Merged Direct3D modules, cleanup.

Re-enabled optional CRASHDUMP module (CRASHDUMP=y in Makefile[.local]
This commit is contained in:
waltje
2017-11-13 02:06:00 -05:00
parent eb5bc68635
commit 0f66f0ce1f
11 changed files with 573 additions and 737 deletions

View File

@@ -8,7 +8,7 @@
*
* Platform support defintions for Win32.
*
* Version: @(#)win.h 1.0.8 2017/10/24
* Version: @(#)win.h 1.0.9 2017/11/12
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -65,6 +65,10 @@ extern WCHAR wopenfilestring[260];
extern "C" {
#endif
#ifdef USE_CRASHDUMP
extern void InitCrashDump(void);
#endif
extern HICON LoadIconEx(PCTSTR pszIconName);
/* Emulator start/stop support functions. */