http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00bfb75
)
Added include of "wine/port.h" for MSVC.
author
Martin Fuchs
<martin-fuchs@gmx.net>
Mon, 15 Dec 2003 19:48:52 +0000
(19:48 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 15 Dec 2003 19:48:52 +0000
(19:48 +0000)
dlls/shell32/iconcache.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/shell32/iconcache.c
b/dlls/shell32/iconcache.c
index a4a2807fd7eff7de83b4c23153b40f5a7f27d5e8..7a323618738b16f5aecb330bac1509e2eacb8fde 100644
(file)
--- a/
dlls/shell32/iconcache.c
+++ b/
dlls/shell32/iconcache.c
@@
-19,6
+19,7
@@
*/
#include "config.h"
+#include "wine/port.h"
#include <stdarg.h>
#include <string.h>