summaryrefslogtreecommitdiff
path: root/rts/win32/IOManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/win32/IOManager.h')
-rw-r--r--rts/win32/IOManager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/rts/win32/IOManager.h b/rts/win32/IOManager.h
index 7379ce3b16..145a1e549b 100644
--- a/rts/win32/IOManager.h
+++ b/rts/win32/IOManager.h
@@ -4,8 +4,9 @@
*
* (c) sof, 2002-2003
*/
-#ifndef __IOMANAGER_H__
-#define __IOMANAGER_H__
+
+#ifndef WIN32_IOMANAGER_H
+#define WIN32_IOMANAGER_H
#include <windows.h>
@@ -103,4 +104,4 @@ extern int AddProcRequest ( void* proc,
extern void abandonWorkRequest ( int reqID );
-#endif /* __IOMANAGER_H__ */
+#endif /* WIN32_IOMANAGER_H */