mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 06:00:13 +03:00
Move dmd files into compiler/
This commit is contained in:
parent
20bd0cacbd
commit
6374bb87b7
4579 changed files with 4 additions and 4 deletions
8
compiler/samples/dserver.def
Normal file
8
compiler/samples/dserver.def
Normal file
|
@ -0,0 +1,8 @@
|
|||
LIBRARY dserver
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
DllGetClassObject = _DllGetClassObject@12
|
||||
DllCanUnloadNow = _DllCanUnloadNow@0
|
||||
DllRegisterServer = _DllRegisterServer@0
|
||||
DllUnregisterServer = _DllUnregisterServer@0
|
Loading…
Add table
Add a link
Reference in a new issue