mirror of
https://github.com/electronicarts/CnC_Renegade.git
synced 2025-12-16 23:51:41 -05:00
Initial commit of Command & Conquer Renegade source code.
This commit is contained in:
9
Code/Tools/W3DShellExt/W3DShellExt.def
Normal file
9
Code/Tools/W3DShellExt/W3DShellExt.def
Normal file
@@ -0,0 +1,9 @@
|
||||
; W3DShellExt.def : Declares the module parameters for the DLL.
|
||||
|
||||
LIBRARY "W3DShellExt"
|
||||
DESCRIPTION 'W3DShell Windows Dynamic Link Library'
|
||||
|
||||
EXPORTS
|
||||
DllCanUnloadNow PRIVATE
|
||||
DllGetClassObject PRIVATE
|
||||
; DllRegisterServer PRIVATE
|
||||
Reference in New Issue
Block a user