vbscript: Moved includes required by vbscript.h to the header.
This commit is contained in:
parent
286c9cee4a
commit
4f5b2a4c3a
|
@ -16,19 +16,11 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "ole2.h"
|
||||
#include "objsafe.h"
|
||||
|
||||
#include "vbscript.h"
|
||||
#include "objsafe.h"
|
||||
|
||||
#include "wine/debug.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 {
|
||||
|
|
|
@ -16,20 +16,11 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "initguid.h"
|
||||
|
||||
#include "ole2.h"
|
||||
#include "vbscript.h"
|
||||
#include "objsafe.h"
|
||||
#include "rpcproxy.h"
|
||||
#include "vbscript.h"
|
||||
#include "vbscript_classes.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
|
Loading…
Reference in New Issue