mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
f4dd56155b
* Rebrand to Open-Shell * Slight installer branding improvement
11 lines
228 B
Modula-2
11 lines
228 B
Modula-2
; ClassicIEDLL.def : Declares the module parameters.
|
|
|
|
LIBRARY "ClassicIEDLL_64.DLL"
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
DllInstall PRIVATE
|