* Introduce a faster and smaller build without dependency on exports that do not exist in native.
[MSVCRT]
* Get rid of some exports that do not exist in native.
CORE-8174

svn path=/trunk/; revision=63511
This commit is contained in:
Amine Khaldi 2014-05-31 14:51:36 +00:00
parent bf476c3c1a
commit 96f0120d3a
2 changed files with 1 additions and 11 deletions

View file

@ -30,7 +30,7 @@
#ifdef __i386__
#define ARCH_STRING "x86"
#define GECKO_SHA "b4923c0565e6cbd20075a0d4119ce3b48424f962"
#define GECKO_SHA "f6984567b24fef7b0be79837e04d3a913af1a88c"
#else
#define ARCH_STRING ""
#define GECKO_SHA "???"

View file

@ -894,13 +894,3 @@
# Functions not exported in native dll:
@ cdecl -arch=i386 -norelay __CxxFrameHandler3(ptr ptr ptr ptr) __CxxFrameHandler
# Gecko
@ cdecl _controlfp_s(ptr long long)
@ varargs _snwprintf_s(ptr long long ptr)
@ cdecl _vsnprintf_s(ptr long long str ptr)
@ cdecl _vsnwprintf_s(ptr long long wstr ptr)
@ cdecl _wcslwr_s(wstr long)
@ cdecl _wfopen_s(ptr wstr wstr)
@ cdecl fopen_s(ptr str str)
@ cdecl strtok_s(ptr str ptr)
@ varargs swprintf_s(ptr long wstr)