commit | 603f20fc0ee15eb3a6dd33e282350e863a8adb09 | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Tue Dec 11 00:30:17 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 11 00:30:17 2001 +0000 |
tree | 6c06edede3f8006de4c361681137d0c097e75492 | |
parent | 31b8b646820a7c9fa1ff723f9df9584e8fd7ec66 [diff] [blame] |
Add exclusion defs & remaining funcs, remove internal types & obj_base.h (sync with win version), fixed a number of function prototypes.
diff --git a/dlls/shell32/clipboard.c b/dlls/shell32/clipboard.c index c4f5e8a..d58f12a 100644 --- a/dlls/shell32/clipboard.c +++ b/dlls/shell32/clipboard.c
@@ -22,10 +22,10 @@ #include <string.h> #include "winreg.h" -#include "shlwapi.h" #include "pidl.h" #include "undocshell.h" #include "shell32_main.h" +#include "shlwapi.h" #include "debugtools.h"