Added include of "wine/port.h" for MSVC.
authorMartin Fuchs <martin-fuchs@gmx.net>
Mon, 15 Dec 2003 19:48:52 +0000 (19:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Dec 2003 19:48:52 +0000 (19:48 +0000)
dlls/shell32/iconcache.c

index a4a2807fd7eff7de83b4c23153b40f5a7f27d5e8..7a323618738b16f5aecb330bac1509e2eacb8fde 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "config.h"
+#include "wine/port.h"
 
 #include <stdarg.h>
 #include <string.h>