Changelog * dlls/shell32/shlexec.c * dlls/shell32/shlfileop.c * dlls/shell32/shlview.c Make some shell32.files compile in MSVC Rolf Kalbermatter Index: dlls/shell32/shlexec.c =================================================================== RCS file: /home/wine/wine/dlls/shell32/shlexec.c,v retrieving revision 1.14 diff -u -r1.14 shlexec.c --- dlls/shell32/shlexec.c 13 Dec 2002 23:45:36 -0000 1.14 +++ dlls/shell32/shlexec.c 15 Dec 2002 20:24:57 -0000 @@ -18,7 +18,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #include "config.h" #include <stdlib.h> @@ -44,6 +43,7 @@ #include "shell32_main.h" #include "undocshell.h" +#include "wine/port.h" /* MSVC strncasecmp */ #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(exec); Index: dlls/shell32/shlfileop.c =================================================================== RCS file: /home/wine/wine/dlls/shell32/shlfileop.c,v retrieving revision 1.20 diff -u -r1.20 shlfileop.c --- dlls/shell32/shlfileop.c 4 Sep 2002 18:46:29 -0000 1.20 +++ dlls/shell32/shlfileop.c 15 Dec 2002 20:25:23 -0000 @@ -18,6 +18,8 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" + #include <string.h> #include "winreg.h" @@ -27,6 +29,7 @@ #include "shell32_main.h" #include "undocshell.h" #include "shlwapi.h" +#include "wine/port.h" /* MSVC strcasecmp */ #include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(shell); Index: dlls/shell32/shlview.c =================================================================== RCS file: /home/wine/wine/dlls/shell32/shlview.c,v retrieving revision 1.71 diff -u -r1.71 shlview.c --- dlls/shell32/shlview.c 13 Dec 2002 00:36:52 -0000 1.71 +++ dlls/shell32/shlview.c 15 Dec 2002 20:25:57 -0000 @@ -35,6 +35,7 @@ * FIXME: when the ShellView_WndProc gets a WM_NCDESTROY should we do a * Release() ??? */ +#include "config.h" #include <stdlib.h> #include <string.h> @@ -47,6 +48,7 @@ #include "shlobj.h" #include "undocshell.h" #include "shresdef.h" +#include "wine/port.h" /* MSVC strcasecmp */ #include "wine/debug.h" #include "docobj.h"