[CSCRIPT][WSCRIPT] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-25 12:48:58 +01:00
parent 407c54bae3
commit eae3333c2f
8 changed files with 79 additions and 42 deletions

View file

@ -16,8 +16,21 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#define COBJMACROS
#define CONST_VTABLE
#include <windef.h>
#include <winbase.h>
#include <ole2.h>
#include "wscript.h"
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(wscript);
WCHAR **argums;
int numOfArgs;