X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Flocale%2Flocale.c;h=f7e3cd848bb530dacbf443d119364b49703b69a4;hp=d72fcb09715fd7bbcbbcb3e8c5ca71fe52637b03;hb=03af8776dc14167b078911b0c7c5327d1bcdd128;hpb=f4077c1bf64ef89d74a8d4822d2d7aada3ba9927 diff --git a/lib/crtdll/locale/locale.c b/lib/crtdll/locale/locale.c index d72fcb0..f7e3cd8 100644 --- a/lib/crtdll/locale/locale.c +++ b/lib/crtdll/locale/locale.c @@ -1,12 +1,11 @@ -#include -#include -#include +#include +#include +#include #include int _current_category; /* used by setlocale */ const char *_current_locale; -int __mb_cur_max_dll = 1; int parse_locale(char *locale, char *lang, char *country, char *code_page); @@ -140,4 +139,3 @@ struct lconv *localeconv(void) { return (struct lconv *) &_lconv; } -