Initial MSVC 2008 projects workspace
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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'
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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