diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-25 15:49:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-25 15:49:07 +0000 |
commit | cefec54dec3fb9cda93dd0a2c85e56891afe13e2 (patch) | |
tree | d3d2f6afedc5876302a892eb998bb98a6562872b /plugins/ShellExt/src/stdafx.h | |
parent | 2b380e915b686d4aa1c311a9ca59adebce9cec53 (diff) |
Windows XP related fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@5830 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/src/stdafx.h')
-rw-r--r-- | plugins/ShellExt/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ShellExt/src/stdafx.h b/plugins/ShellExt/src/stdafx.h index 7fd95475d8..a1238f310f 100644 --- a/plugins/ShellExt/src/stdafx.h +++ b/plugins/ShellExt/src/stdafx.h @@ -6,6 +6,7 @@ #include <Wincodec.h>
#include <string.h>
+#include <stddef.h>
#include <newpluginapi.h>
|