X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fwin32%2FIOManager.h;h=145a1e549b42621a487b9b8575cd5542d98eb813;hb=62f4d7ce402af37c87d5fffb2163d47af26f6e74;hp=7379ce3b16308792fb263913e969730dbfdc0bb6;hpb=5a5c526990594f497f4515676837c57e4356a81b;p=ghc-hetmet.git diff --git a/rts/win32/IOManager.h b/rts/win32/IOManager.h index 7379ce3..145a1e5 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 @@ -103,4 +104,4 @@ extern int AddProcRequest ( void* proc, extern void abandonWorkRequest ( int reqID ); -#endif /* __IOMANAGER_H__ */ +#endif /* WIN32_IOMANAGER_H */