fix windows compile

This commit is contained in:
Glenn Maynard
2004-06-16 07:10:09 +00:00
parent 85cbccad56
commit b03f9af702
+2 -2
View File
@@ -4,14 +4,14 @@
#define _WIN32_WINDOWS 0x0410 // include Win98 stuff
#include "windows.h"
#include "archutils/Win32/Crash.h"
#else
#include <unistd.h>
#endif
#if defined(CRASH_HANDLER) && (defined(LINUX) || defined(DARWIN))
#include "archutils/Unix/CrashHandler.h"
#endif
#include <unistd.h>
void NORETURN sm_crash( const char *reason )
{
#if defined(_WINDOWS)