Remove unspecific FIXME

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sun Oct 16 11:44:56 CDT 2005


Changelog:
	dlls/kernel/time.c: :GetCalendarInfo
	Remove unspecific stub fixme, as the function does more specific
	checking for unimplemented parts

TGEB.exe from www.billiger-telefonieren.de spawns the console with 
fixme:time:GetCalendarInfo...: quarter-stub. 


-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/dlls/kernel/time.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/time.c,v
retrieving revision 1.54
diff -u -r1.54 time.c
--- wine/dlls/kernel/time.c	22 Aug 2005 09:33:37 -0000	1.54
+++ wine/dlls/kernel/time.c	16 Oct 2005 16:32:41 -0000
@@ -566,9 +566,6 @@
     int ret;
     LPWSTR lpCalDataW = NULL;
 
-    FIXME("(%08lx,%08lx,%08lx,%p,%d,%p): quarter-stub\n",
-          lcid, Calendar, CalType, lpCalData, cchData, lpValue);
-
     lcid = ConvertDefaultLocale(lcid);
 
     if (NLS_IsUnicodeOnlyLcid(lcid))
@@ -597,9 +594,6 @@
 int WINAPI GetCalendarInfoW(LCID Locale, CALID Calendar, CALTYPE CalType,
 			    LPWSTR lpCalData, int cchData, LPDWORD lpValue)
 {
-    FIXME("(%08lx,%08lx,%08lx,%p,%d,%p): quarter-stub\n",
-	  Locale, Calendar, CalType, lpCalData, cchData, lpValue);
-
     if (CalType & CAL_NOUSEROVERRIDE)
 	FIXME("flag CAL_NOUSEROVERRIDE used, not fully implemented\n");
     if (CalType & CAL_USE_CP_ACP)



More information about the wine-patches mailing list