瀏覽代碼

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;


Loading…
取消
儲存