浏览代码

Fix missing constant on VC++ 2010

Camilla Berglund 9 年之前
父节点
当前提交
bd345164d3
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/win32_platform.h

+ 3 - 0
src/win32_platform.h

@@ -150,6 +150,9 @@ typedef enum PROCESS_DPI_AWARENESS
 #ifndef XINPUT_DEVSUBTYPE_ARCADE_PAD
  #define XINPUT_DEVSUBTYPE_ARCADE_PAD 0x13
 #endif
+#ifndef XUSER_MAX_COUNT
+ #define XUSER_MAX_COUNT 4
+#endif
 
 // HACK: Define macros that some dinput.h variants don't
 #ifndef DIDFT_OPTIONAL