Author: jgardou
Date: Sun Dec 9 04:06:25 2012
New Revision: 57836
URL:
http://svn.reactos.org/svn/reactos?rev=57836&view=rev
Log:
[CRT]
- attempt to fix MSVC build
Modified:
trunk/reactos/lib/sdk/crt/include/internal/locale.h
Modified: trunk/reactos/lib/sdk/crt/include/internal/locale.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/include/intern…
==============================================================================
--- trunk/reactos/lib/sdk/crt/include/internal/locale.h [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/include/internal/locale.h [iso-8859-1] Sun Dec 9 04:06:25
2012
@@ -95,7 +95,7 @@
void __init_global_locale();
extern MSVCRT__locale_t global_locale;
#define MSVCRT_locale __get_MSVCRT_locale()
-extern inline MSVCRT__locale_t __get_MSVCRT_locale()
+FORCEINLINE MSVCRT__locale_t __get_MSVCRT_locale()
{
if(!global_locale)
__init_global_locale();