update for HEAD-2003021201
[reactos.git] / lib / kernel32 / nls / locale.c
index 9209e2d..3bfe2c5 100644 (file)
@@ -125,6 +125,8 @@ LANGID STDCALL GetUserDefaultLangID(void)
    return LANGIDFROMLCID(__UserLocale->Id);
 }
 
+#ifndef _OLE2NLS_IN_BUILD_
+
 LCID
 STDCALL
 GetUserDefaultLCID(void)
@@ -143,6 +145,8 @@ LCID STDCALL GetSystemDefaultLCID(void)
                    SORT_DEFAULT);
 }
 
+#endif /*_OLE2NLS_IN_BUILD_*/
+
 LCID STDCALL GetThreadLocale(void)
 {
    return __TebLocale;
@@ -1259,6 +1263,9 @@ GetDateFormatW(
  * - gg   era string
  *
  */
+
+#if 0
+
 int STDCALL GetDateFormatA(LCID locale,DWORD flags,
                              CONST SYSTEMTIME *xtime,
                              LPCSTR format, LPSTR date,int datelen) 
@@ -1277,4 +1284,7 @@ int STDCALL GetDateFormatA(LCID locale,DWORD flags,
 
   if (xtime == NULL) {
      GetSystemTime(&t);
-     thisti
\ No newline at end of file
+     thisti
+
+
+#endif