mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-12 01:47:24 +10:00
11 lines
233 B
Modula-2
11 lines
233 B
Modula-2
; StartMenuHelper.def : Declares the module parameters.
|
|
|
|
LIBRARY "StartMenuHelper64.DLL"
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
DllInstall PRIVATE
|