mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[VBSCRIPT]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61825
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "vbscript.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <mshtmhst.h>
|
||||
|
||||
#define round(x) (((x) < 0) ? (int)((x) - 0.5) : (int)((x) + 0.5))
|
||||
|
||||
|
||||
@@ -27,16 +27,16 @@
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <ole2.h>
|
||||
#include <objbase.h>
|
||||
#include <oleauto.h>
|
||||
#include <objsafe.h>
|
||||
#include <dispex.h>
|
||||
#include <activscp.h>
|
||||
#include <mshtmhst.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/list.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(vbscript);
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user