ソースを参照

build: define HAVE_STDIO_H on Windows desktop.

legacy
Sam Hocevar sam 11年前
コミット
01693351a0
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      build/vs2010/Lol.Core.Vars.props

+ 3
- 0
build/vs2010/Lol.Core.Vars.props ファイルの表示

@@ -73,6 +73,9 @@
<XinputDeps>xinput.lib</XinputDeps>
<Win32Defines>USE_XINPUT;$(Win32Defines)</Win32Defines>

<!-- Windows-specific -->
<Win32Defines>HAVE_STDIO_H;$(Win32Defines)</Win32Defines>

<!-- PS3-specific -->
<Ps3Deps>libsysmodule_stub.a;libsysutil_stub.a;libresc_stub.a;
libpngdec_stub.a;


読み込み中…
キャンセル
保存