Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls.
EXPORTS
?AmPmTable@Locl@@SAPBQBGXZ @ 1 NONAME ; public: static unsigned short const * const * __cdecl Locl::AmPmTable(void)
?CharSet@Locl@@SAPBULCharSet@@XZ @ 2 NONAME ; public: static struct LCharSet const * __cdecl Locl::CharSet(void)
?CollTable@Locl@@SAPBGXZ @ 3 NONAME ; public: static unsigned short const * __cdecl Locl::CollTable(void)
?CurrencySymbol@Locl@@SAPBGXZ @ 4 NONAME ; public: static unsigned short const * __cdecl Locl::CurrencySymbol(void)
?DateSuffixTable@Locl@@SAPBQBGXZ @ 5 NONAME ; public: static unsigned short const * const * __cdecl Locl::DateSuffixTable(void)
?DayAbbTable@Locl@@SAPBQBGXZ @ 6 NONAME ; public: static unsigned short const * const * __cdecl Locl::DayAbbTable(void)
?DayTable@Locl@@SAPBQBGXZ @ 7 NONAME ; public: static unsigned short const * const * __cdecl Locl::DayTable(void)
?FoldTable@Locl@@SAPBGXZ @ 8 NONAME ; public: static unsigned short const * __cdecl Locl::FoldTable(void)
?Language@Locl@@SA?AW4TLanguage@@XZ @ 9 NONAME ; public: static enum TLanguage __cdecl Locl::Language(void)
?LocaleData@Locl@@SAXPAUSLocaleData@@@Z @ 10 NONAME ; public: static void __cdecl Locl::LocaleData(struct SLocaleData *)
?LowerTable@Locl@@SAPBGXZ @ 11 NONAME ; public: static unsigned short const * __cdecl Locl::LowerTable(void)
?MonthAbbTable@Locl@@SAPBQBGXZ @ 12 NONAME ; public: static unsigned short const * const * __cdecl Locl::MonthAbbTable(void)
?MonthTable@Locl@@SAPBQBGXZ @ 13 NONAME ; public: static unsigned short const * const * __cdecl Locl::MonthTable(void)
?MsgTable@Locl@@SAPBQBGXZ @ 14 NONAME ; public: static unsigned short const * const * __cdecl Locl::MsgTable(void)
?TypeTable@Locl@@SAPBEXZ @ 15 NONAME ; public: static unsigned char const * __cdecl Locl::TypeTable(void)
?UniCode@Locl@@SAHXZ @ 16 NONAME ; public: static int __cdecl Locl::UniCode(void)
?UpperTable@Locl@@SAPBGXZ @ 17 NONAME ; public: static unsigned short const * __cdecl Locl::UpperTable(void)
?ShortDateFormatSpec@Locl@@SAPBGXZ @ 18 NONAME ; public: static unsigned short const * __cdecl Locl::ShortDateFormatSpec(void)
?LongDateFormatSpec@Locl@@SAPBGXZ @ 19 NONAME ; public: static unsigned short const * __cdecl Locl::LongDateFormatSpec(void)
?TimeFormatSpec@Locl@@SAPBGXZ @ 20 NONAME ; public: static unsigned short const * __cdecl Locl::TimeFormatSpec(void)
?FatUtilityFunctions@Locl@@SAPBUTFatUtilityFunctions@@XZ @ 21 NONAME ; public: static struct TFatUtilityFunctions const * __cdecl Locl::FatUtilityFunctions(void)