Initial MSVC 2008 projects workspace
This commit is contained in:
2677
my_dsetup/inc/core.inc
Normal file
2677
my_dsetup/inc/core.inc
Normal file
File diff suppressed because it is too large
Load Diff
17
my_dsetup/inc/dsetup.inc
Normal file
17
my_dsetup/inc/dsetup.inc
Normal file
@@ -0,0 +1,17 @@
|
||||
;fyyre
|
||||
;
|
||||
import dsetup,\
|
||||
DirectXDeviceDriverSetup,'DirectXDeviceDriverSetupA',\
|
||||
DirectXLoadString,'DirectXLoadString',\
|
||||
DirectXRegisterApplication,'DirectXRegisterApplicationA',\
|
||||
DirectXSetup,'DirectXSetupA',\
|
||||
DirectXSetupCallback,'DirectXSetupCallback',\
|
||||
DirectXSetupGetEULA,'DirectXSetupGetEULAA',\
|
||||
DirectXSetupGetFileVersion,'DirectXSetupGetFileVersion',\
|
||||
DirectXSetupIsJapanNec,'DirectXSetupIsJapanNec',\
|
||||
DirectXSetupIsEng,'DirectXSetupIsEng',\
|
||||
DirectXSetupIsJapan,'DirectXSetupIsJapan',\
|
||||
DirectXSetupGetVersion,'DirectXSetupGetVersion',\
|
||||
DirectXSetupSetCallback,'DirectXSetupSetCallback',\
|
||||
DirectXSetupShowEUL,'DirectXSetupShowEULA',\
|
||||
DirectXUnRegisterApplication,'DirectXUnRegisterApplication'
|
||||
10346
my_dsetup/inc/engine.inc
Normal file
10346
my_dsetup/inc/engine.inc
Normal file
File diff suppressed because it is too large
Load Diff
88
my_dsetup/inc/exported.inc
Normal file
88
my_dsetup/inc/exported.inc
Normal file
@@ -0,0 +1,88 @@
|
||||
proc DirectXDeviceDriverSetupA
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXDeviceDriverSetupW
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXRegisterApplicationA
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
proc DirectXRegisterApplicationW
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupA
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupIsJapan
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupIsJapanNec
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupW
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXUnRegisterApplication
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupSetCallback
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupGetVersion
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupCallback
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupGetFileVersion
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXLoadString
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupIsEng
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupShowEULA
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupGetEULAA
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
|
||||
proc DirectXSetupGetEULAW
|
||||
xor eax, eax
|
||||
ret
|
||||
endp
|
||||
Reference in New Issue
Block a user