]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_win.c
fix the commandline option documentation of The Hunted to say -thehunted, not -nether...
[xonotic/darkplaces.git] / cd_win.c
index 6e74b091b282bdfc6aef9bea84f227f06b5563a3..2eec19acd684409a2be3b9682226bfbbcd4a7e5d 100644 (file)
--- a/cd_win.c
+++ b/cd_win.c
@@ -25,6 +25,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "quakedef.h"
 #include "cdaudio.h"
 
+#if _MSC_VER < 1300
+typedef DWORD DWORD_PTR;
+#endif
 
 extern HWND    mainwindow;