22 lines
696 B
Modula-2
22 lines
696 B
Modula-2
; Copyright (c) 1999 Microsoft Corporation
|
|
;
|
|
; %%1.DEF
|
|
;
|
|
; Generated by Microsoft WMI Code Generation Engine
|
|
;
|
|
; TO DO: nothing
|
|
;
|
|
;==================================================
|
|
|
|
LIBRARY %%1.DLL
|
|
DESCRIPTION '%%2'
|
|
EXPORTS
|
|
DllGetClassObject = DllGetClassObject PRIVATE
|
|
DllCanUnloadNow = DllCanUnloadNow PRIVATE
|
|
DllRegisterServer = DllRegisterServer PRIVATE
|
|
DllUnregisterServer = DllUnregisterServer PRIVATE
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
The above sequance of tildes must not be removed. This file is included
|
|
in MOENGINE as a resource, and is not NULL-terminated, requiring a unique
|
|
substring to identify the end of file. |