mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 03:43:37 +08:00
5a28a0560c
Trying to use or link DllMain symbol from some random system DLL library is in most cases a mistake. So hide all DllMain definitions from all def files. Signed-off-by: Martin Storsjö <martin@martin.st>
15 lines
222 B
Modula-2
15 lines
222 B
Modula-2
;
|
|
; Exports of file SCRIPT.dll
|
|
;
|
|
; Autogenerated by gen_exportdef
|
|
; Written by Kai Tietz, 2007
|
|
;
|
|
LIBRARY SCRIPT.dll
|
|
EXPORTS
|
|
DestinationModule
|
|
ModuleInitialize
|
|
ModuleTerminate
|
|
SourceModule
|
|
TypeModule
|
|
VirtualComputerModule
|