safeseh and other fun

This commit is contained in:
DarthArgus
2016-05-25 17:09:21 -05:00
parent b1ec8b3a8c
commit 6cc461144d
4 changed files with 4 additions and 1 deletions

View File

@@ -178,6 +178,7 @@
<BaseAddress>0x62A00000</BaseAddress>
<ImportLibrary>.\..\..\..\..\..\..\compile\win32\Direct3d9\Release/gl05_r.lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>

View File

@@ -233,6 +233,7 @@
<BaseAddress>0x62A00000</BaseAddress>
<ImportLibrary>.\..\..\..\..\..\..\compile\win32\Direct3d9_ffp\Release/gl06_r.lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>

View File

@@ -233,6 +233,7 @@
<BaseAddress>0x62A00000</BaseAddress>
<ImportLibrary>.\..\..\..\..\..\..\compile\win32\Direct3d9_vsps\Release/gl07_r.lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>

View File

@@ -58,7 +58,7 @@ AFX_INLINE short APIENTRY GetFileTitle(LPCTSTR lpszFile, LPTSTR lpszTitle, WORD
#if (_WIN32_WINNT >= 0x501)
#include <uxtheme.h>
#include <tmschema.h>
#include <vssym32.h>
#endif // (_WIN32_WINNT >= 0x501)
#ifdef _AFX_MINREBUILD