mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-21 13:03:10 +01:00
10 lines
228 B
Modula-2
10 lines
228 B
Modula-2
; UltraVncAx.def : Declares the module parameters.
|
|
|
|
LIBRARY "UltraVncAx.DLL"
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow @1 PRIVATE
|
|
DllGetClassObject @2 PRIVATE
|
|
DllRegisterServer @3 PRIVATE
|
|
DllUnregisterServer @4 PRIVATE
|