projects
/
xboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adding support for different windows compiler
[xboard.git]
/
winboard
/
winboard.h
diff --git
a/winboard/winboard.h
b/winboard/winboard.h
index
c24d020
..
19f539e
100644
(file)
--- a/
winboard/winboard.h
+++ b/
winboard/winboard.h
@@
-166,6
+166,15
@@
extern MyFont *font[NUM_SIZES][NUM_FONTS];
#define OUTLINE_PIECE 1
#define WHITE_PIECE 2
#define OUTLINE_PIECE 1
#define WHITE_PIECE 2
+/* Some definitions required by MSVC 4.1 */
+#ifndef WM_MOUSEWHEEL
+#define WM_MOUSEWHEEL 0x020A
+#endif
+#ifndef SCF_DEFAULT
+#define SCF_DEFAULT 0x0000
+#define SCF_ALL 0x0004
+#endif
+
#define COPY_TMP "wbcopy.tmp"
#define PASTE_TMP "wbpaste.tmp"
#define COPY_TMP "wbcopy.tmp"
#define PASTE_TMP "wbpaste.tmp"