From 499519d5d323bfa24e951c7fa947aa5e94f45cdf Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Mon, 15 Dec 2003 19:48:52 +0000 Subject: [PATCH] Added include of "wine/port.h" for MSVC. --- dlls/shell32/iconcache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/shell32/iconcache.c b/dlls/shell32/iconcache.c index a4a2807fd7..7a32361873 100644 --- a/dlls/shell32/iconcache.c +++ b/dlls/shell32/iconcache.c @@ -19,6 +19,7 @@ */ #include "config.h" +#include "wine/port.h" #include #include -- 2.33.8