loader

Eric Pouech eric.pouech at wanadoo.fr
Mon Apr 1 13:17:44 CST 2002


since Alexandre enhanced the CreateProcess, I can submit the
rest of the same on going work I did.

A+
-------------- next part --------------
Name:          cp_quiet
ChangeLog:     removed a couple of now obsolete FIXMEs
License:       X11
GenDate:       2002/04/01 19:16:20 UTC
ModifiedFiles: loader/module.c
AddedFiles:    
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/loader/module.c,v
retrieving revision 1.148
diff -u -u -r1.148 module.c
--- loader/module.c	10 Mar 2002 00:18:34 -0000	1.148
+++ loader/module.c	10 Mar 2002 11:07:13 -0000
@@ -1103,15 +1107,6 @@
     if (lpStartupInfo->lpDesktop)
         FIXME("(%s,...): lpStartupInfo->lpDesktop %s ignored\n", 
                       name, debugstr_a(lpStartupInfo->lpDesktop));
-    if (lpStartupInfo->lpTitle)
-        FIXME("(%s,...): lpStartupInfo->lpTitle %s ignored\n", 
-                      name, lpStartupInfo->lpTitle);
-    if (lpStartupInfo->dwFlags & STARTF_USECOUNTCHARS)
-        FIXME("(%s,...): STARTF_USECOUNTCHARS (%ld,%ld) ignored\n", 
-                      name, lpStartupInfo->dwXCountChars, lpStartupInfo->dwYCountChars);
-    if (lpStartupInfo->dwFlags & STARTF_USEFILLATTRIBUTE)
-        FIXME("(%s,...): STARTF_USEFILLATTRIBUTE %lx ignored\n", 
-                      name, lpStartupInfo->dwFillAttribute);
     if (lpStartupInfo->dwFlags & STARTF_RUNFULLSCREEN)
         FIXME("(%s,...): STARTF_RUNFULLSCREEN ignored\n", name);
     if (lpStartupInfo->dwFlags & STARTF_FORCEONFEEDBACK)


More information about the wine-patches mailing list