浏览代码

VC compilation fix

Pal Lockheart 8 年之前
父节点
当前提交
62b7033a9a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      native_midi/native_midi_win32.c

+ 1 - 1
native_midi/native_midi_win32.c

@@ -20,7 +20,7 @@
     florian.proff.schulze@gmx.net
 */
 
-#ifdef __WIN32__
+#ifdef WIN32
 
 #include "SDL.h"