summaryrefslogtreecommitdiffstats
path: root/src/os_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_win32.h')
-rw-r--r--src/os_win32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os_win32.h b/src/os_win32.h
index 3cc0f472a5..7f9ee8d09c 100644
--- a/src/os_win32.h
+++ b/src/os_win32.h
@@ -86,6 +86,10 @@
#endif
#ifndef PROTO
# include <windows.h>
+
+// Weird: rpcndr.h defines "small" to "char", which causes trouble
+#undef small
+
# ifndef SM_CXPADDEDBORDER
# define SM_CXPADDEDBORDER 92
# endif