23 modified files
reactos/lib/shell32
diff -u -r1.4 -r1.5
--- autocomplete.c 22 Sep 2004 19:46:52 -0000 1.4
+++ autocomplete.c 7 Oct 2004 09:13:56 -0000 1.5
@@ -38,6 +38,9 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
+
+#define COBJMACROS
+
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
reactos/lib/shell32
diff -u -r1.3 -r1.4
--- brsfolder.c 30 Jun 2004 20:42:18 -0000 1.3
+++ brsfolder.c 7 Oct 2004 09:13:56 -0000 1.4
@@ -23,8 +23,10 @@
#include <stdlib.h>
#include <string.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "wine/debug.h"
#include "undocshell.h"
#include "shlguid.h"
reactos/lib/shell32
diff -u -r1.6 -r1.7
--- cpanelfolder.c 21 Sep 2004 19:34:21 -0000 1.6
+++ cpanelfolder.c 7 Oct 2004 09:13:56 -0000 1.7
@@ -26,8 +26,10 @@
#include <stdarg.h>
#include <stdio.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
reactos/lib/shell32
diff -u -r1.2 -r1.3
--- dataobject.c 20 Sep 2004 09:18:52 -0000 1.2
+++ dataobject.c 7 Oct 2004 09:13:56 -0000 1.3
@@ -21,8 +21,10 @@
*/
#include <string.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "windef.h"
#include "wingdi.h"
#include "pidl.h"
reactos/lib/shell32
diff -u -r1.2 -r1.3
--- dragdrophelper.c 20 Sep 2004 09:18:52 -0000 1.2
+++ dragdrophelper.c 7 Oct 2004 09:13:56 -0000 1.3
@@ -25,6 +25,8 @@
#include <stdarg.h>
#include <string.h>
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
reactos/lib/shell32
diff -u -r1.7 -r1.8
--- enumidlist.c 20 Sep 2004 09:18:52 -0000 1.7
+++ enumidlist.c 7 Oct 2004 09:13:56 -0000 1.8
@@ -21,6 +21,9 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
+
+#define COBJMACROS
+
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
reactos/lib/shell32
diff -u -r1.9 -r1.10
--- folders.c 4 Oct 2004 19:41:31 -0000 1.9
+++ folders.c 7 Oct 2004 09:13:56 -0000 1.10
@@ -25,6 +25,8 @@
#include <stdio.h>
#include <string.h>
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
reactos/lib/shell32
diff -u -r1.8 -r1.9
--- iconcache.c 23 Sep 2004 06:48:09 -0000 1.8
+++ iconcache.c 7 Oct 2004 09:13:56 -0000 1.9
@@ -27,6 +27,9 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
+
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
reactos/lib/shell32
diff -u -r1.4 -r1.5
--- memorystream.c 21 Sep 2004 19:44:19 -0000 1.4
+++ memorystream.c 7 Oct 2004 09:13:56 -0000 1.5
@@ -29,6 +29,8 @@
#include <stdarg.h>
#include <string.h>
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
reactos/lib/shell32
diff -u -r1.25 -r1.26
--- pidl.c 21 Sep 2004 19:38:17 -0000 1.25
+++ pidl.c 7 Oct 2004 09:13:56 -0000 1.26
@@ -30,8 +30,10 @@
#include <stdlib.h>
#include <string.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
reactos/lib/shell32
diff -u -r1.10 -r1.11
--- shell32_main.c 22 Sep 2004 19:46:52 -0000 1.10
+++ shell32_main.c 7 Oct 2004 09:13:56 -0000 1.11
@@ -26,6 +26,8 @@
#include <stdarg.h>
#include <stdio.h>
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
reactos/lib/shell32
diff -u -r1.22 -r1.23
--- shelllink.c 5 Oct 2004 20:58:38 -0000 1.22
+++ shelllink.c 7 Oct 2004 09:13:56 -0000 1.23
@@ -38,6 +38,9 @@
#ifdef HAVE_SYS_WAIT_H
# include <sys/wait.h>
#endif
+
+#define COBJMACROS
+
#include "wine/debug.h"
#include "winerror.h"
#include "windef.h"
reactos/lib/shell32
diff -u -r1.8 -r1.9
--- shellole.c 20 Sep 2004 18:55:21 -0000 1.8
+++ shellole.c 7 Oct 2004 09:13:56 -0000 1.9
@@ -25,6 +25,8 @@
#include <stdlib.h>
#include <string.h>
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "shellapi.h"
reactos/lib/shell32
diff -u -r1.9 -r1.10
--- shellord.c 20 Sep 2004 18:45:00 -0000 1.9
+++ shellord.c 7 Oct 2004 09:13:56 -0000 1.10
@@ -24,6 +24,9 @@
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
+
+#define COBJMACROS
+
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
reactos/lib/shell32
diff -u -r1.11 -r1.12
--- shfldr_desktop.c 20 Sep 2004 17:42:57 -0000 1.11
+++ shfldr_desktop.c 7 Oct 2004 09:13:56 -0000 1.12
@@ -28,8 +28,10 @@
#include <stdarg.h>
#include <stdio.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
reactos/lib/shell32
diff -u -r1.11 -r1.12
--- shfldr_fs.c 20 Sep 2004 17:55:16 -0000 1.11
+++ shfldr_fs.c 7 Oct 2004 09:13:56 -0000 1.12
@@ -28,8 +28,10 @@
#include <stdarg.h>
#include <stdio.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
reactos/lib/shell32
diff -u -r1.13 -r1.14
--- shfldr_mycomp.c 20 Sep 2004 15:36:07 -0000 1.13
+++ shfldr_mycomp.c 7 Oct 2004 09:13:56 -0000 1.14
@@ -28,8 +28,10 @@
#include <stdarg.h>
#include <stdio.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
reactos/lib/shell32
diff -u -r1.41 -r1.42
--- shlexec.c 20 Sep 2004 15:07:21 -0000 1.41
+++ shlexec.c 7 Oct 2004 09:13:56 -0000 1.42
@@ -32,6 +32,8 @@
#include <ctype.h>
#include <assert.h>
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
reactos/lib/shell32
diff -u -r1.12 -r1.13
--- shlfolder.c 4 Oct 2004 19:41:31 -0000 1.12
+++ shlfolder.c 7 Oct 2004 09:13:56 -0000 1.13
@@ -30,6 +30,8 @@
#include <stdarg.h>
#include <stdio.h>
+#define COBJMACROS
+
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
reactos/lib/shell32
diff -u -r1.7 -r1.8
--- shlfsbind.c 20 Sep 2004 09:18:52 -0000 1.7
+++ shlfsbind.c 7 Oct 2004 09:13:56 -0000 1.8
@@ -24,6 +24,8 @@
#include <stdarg.h>
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
reactos/lib/shell32
diff -u -r1.2 -r1.3
--- shlmenu.c 7 Jan 2004 07:43:19 -0000 1.2
+++ shlmenu.c 7 Oct 2004 09:13:56 -0000 1.3
@@ -21,6 +21,8 @@
#include <stdarg.h>
#include <string.h>
+#define COBJMACROS
+
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
reactos/lib/shell32
diff -u -r1.4 -r1.5
--- shv_bg_cmenu.c 20 Sep 2004 09:18:52 -0000 1.4
+++ shv_bg_cmenu.c 7 Oct 2004 09:13:56 -0000 1.5
@@ -20,8 +20,10 @@
*/
#include <string.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "wine/debug.h"
#include "windef.h"
reactos/lib/shell32
diff -u -r1.4 -r1.5
--- shv_item_cmenu.c 20 Sep 2004 09:18:52 -0000 1.4
+++ shv_item_cmenu.c 7 Oct 2004 09:13:56 -0000 1.5
@@ -20,8 +20,10 @@
#include <string.h>
+#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
+
#include "winerror.h"
#include "wine/debug.h"
CVSspam 0.2.8