| commit | 4f5b2a4c3acbd23c1da981523b674aae5f4c653c | [log] [tgz] |
|---|---|---|
| author | Jacek Caban <jacek@codeweavers.com> | Fri Sep 02 13:16:27 2011 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Sep 02 14:43:33 2011 +0200 |
| tree | 8c02297cddf04e33e08cfe3ebc4a55646258ef77 | |
| parent | 286c9cee4a2e78c9f07d69238eacab4679e489e0 [diff] [blame] |
vbscript: Moved includes required by vbscript.h to the header.
diff --git a/dlls/vbscript/vbscript.h b/dlls/vbscript/vbscript.h index 98a4486..29909f2 100644 --- a/dlls/vbscript/vbscript.h +++ b/dlls/vbscript/vbscript.h
@@ -16,7 +16,15 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include <stdarg.h> + +#define COBJMACROS + +#include "windef.h" +#include "winbase.h" +#include "ole2.h" #include "activscp.h" + #include "vbscript_classes.h" typedef struct {