diff options
| author | ruki <[email protected]> | 2016-09-18 17:32:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-09-18 17:32:16 +0800 |
| commit | 0ad6ad1f5644635f738574b5597f321864893a70 (patch) | |
| tree | 1f24ddfe6a2322bd9264f60696eeffd2ed03996e /core/src | |
| parent | 380515b6648c65260192e49b4dceadc893ec9e1c (diff) | |
modify install.bat and install xmake directly
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/machine.c | 7 |
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 */ |
