mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
15 lines
312 B
Modula-2
15 lines
312 B
Modula-2
; ClassicExplorer.def : Declares the module parameters.
|
|
|
|
LIBRARY "ClassicExplorer32.DLL"
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow PRIVATE
|
|
DllGetClassObject PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
DllInstall PRIVATE
|
|
ShowExplorerSettings
|
|
DllImportSettingsXml
|
|
DllExportSettingsXml
|
|
DllSaveAdmx
|