summaryrefslogtreecommitdiffstats
path: root/src/d3dapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d3dapp.cpp')
-rw-r--r--src/d3dapp.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/d3dapp.cpp b/src/d3dapp.cpp
index 568cf1a..a1d5c6a 100644
--- a/src/d3dapp.cpp
+++ b/src/d3dapp.cpp
@@ -40,7 +40,12 @@
#include "sound.h"
#include "d3dapp.h"
-
+// fix for "MSH_MOUSEWHEEL undefined" error
+#ifdef UNICODE
+#define MSH_MOUSEWHEEL L"MSWHEEL_ROLLMSG"
+#else
+#define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"
+#endif
#define AUDIO_TRACK 13 // total number of audio tracks on the CD