summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-03-10 19:01:11 +0000
committerChris Wilson <chris+github@qwirx.com>2007-03-10 19:01:11 +0000
commit8ef165b887dfb88514e4d00a07fa4e3d0c53fbc1 (patch)
tree1636e768a72511ef5c5e723d485c1179759283ca
parent13d90d5a6f528952c7574e8e2529732fcc6ab044 (diff)
Remove #define BOX_VERSION since we now get it from BoxVersion.h via
BoxPlatform.h when building with MSVC, and from the Makefiles when building with MinGW. (refs #3, merges part of [634])
-rw-r--r--lib/win32/emu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/win32/emu.h b/lib/win32/emu.h
index 7ce4b831..c8e15f3c 100644
--- a/lib/win32/emu.h
+++ b/lib/win32/emu.h
@@ -199,11 +199,6 @@ struct itimerval
typedef int socklen_t;
#endif
-// I (re-)defined here for the moment; has to be removed later !!!
-#ifndef BOX_VERSION
-#define BOX_VERSION "0.09hWin32"
-#endif
-
#define S_IRGRP S_IWRITE
#define S_IWGRP S_IREAD
#define S_IROTH S_IWRITE | S_IREAD