summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2016-09-18 17:32:16 +0800
committerruki <[email protected]>2016-09-18 17:32:16 +0800
commit0ad6ad1f5644635f738574b5597f321864893a70 (patch)
tree1f24ddfe6a2322bd9264f60696eeffd2ed03996e /core/src
parent380515b6648c65260192e49b4dceadc893ec9e1c (diff)
modify install.bat and install xmake directly
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/xmake/machine.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index ebb360629..3f33f58ef 100755
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.c
@@ -152,13 +152,6 @@ static luaL_Reg const g_process_functions[] =
, { tb_null, tb_null }
};
-// patch for linking error on vs2015: unresolved external symbol ___iob_func, fprintf, fscanf
-#if defined(TB_COMPILER_IS_MSVC) && _MSC_VER >= 1900
-# pragma comment(lib, "legacy_stdio_definitions.lib")
-FILE _iob[] = { *stdin, *stdout, *stderr };
-extern "C" FILE* __cdecl __iob_func(tb_void_t) { return _iob; }
-#endif
-
/* //////////////////////////////////////////////////////////////////////////////////////
* private implementation
*/