Update of /cvsroot/bzflag/bzflag/win32/VC6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9197/VC6
Modified Files:
config.h
Log Message:
win32 folks have WaitForSingleObject() and Sleep(), yes?
Index: config.h
===================================================================
RCS file: /cvsroot/bzflag/bzflag/win32/VC6/config.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -w -u -r1.30 -r1.31
--- config.h 1 Oct 2004 22:25:53 -0000 1.30
+++ config.h 10 Dec 2004 18:39:28 -0000 1.31
@@ -101,4 +101,10 @@
inline void W32_DEBUG_TRACE (const char* buffer) {std::cout << buffer;}
#endif
+/* Define to 1 if you have the `WaitForSingleObject' function. */
+#define HAVE_WAITFORSINGLEOBJECT 1
+
+/* Define to 1 if you have the `Sleep' function. */
+#define HAVE_SLEEP 1
+
#endif //_VC5_6_CONFIG
|