summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winmain.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-02-21 05:10:00 +1100
committer Vas Crabb <vas@vastheman.com>2015-02-21 05:10:14 +1100
commit8fbc771daaf687adf4267d3e995a9e9226e66662 (patch)
treed719e3ca09c7fba12cc14bb8d553424e11f85ebb /src/osd/windows/winmain.h
parent2b307447526a4cf6324221445149bbfb14a9da37 (diff)
Port Windows debugger to C++, fix some memory leaks, make menus and window resize a bit nicer
Diffstat (limited to 'src/osd/windows/winmain.h')
-rw-r--r--src/osd/windows/winmain.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/osd/windows/winmain.h b/src/osd/windows/winmain.h
index d732ccf3bf2..dc76254660e 100644
--- a/src/osd/windows/winmain.h
+++ b/src/osd/windows/winmain.h
@@ -6,6 +6,9 @@
//
//============================================================
+#ifndef __WINDOWS_WINMAIN_H__
+#define __WINDOWS_WINMAIN_H__
+
#include "clifront.h"
#include "osdepend.h"
#include "modules/lib/osdobj_common.h"
@@ -292,3 +295,5 @@ extern int osd_num_processors;
// use this to ping the watchdog
void winmain_watchdog_ping(void);
void winmain_dump_stack();
+
+#endif \ No newline at end of file