mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
[CSCRIPT][WSCRIPT] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
407c54bae3
commit
eae3333c2f
8 changed files with 79 additions and 42 deletions
|
@ -16,10 +16,25 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "wscript.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#define COBJMACROS
|
||||
#ifdef __REACTOS__
|
||||
#define CONST_VTABLE
|
||||
#endif
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <ole2.h>
|
||||
#include <shellapi.h>
|
||||
#include <activscp.h>
|
||||
#include <initguid.h>
|
||||
|
||||
#include "wscript.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#ifdef _WIN64
|
||||
|
||||
|
@ -35,6 +50,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wscript);
|
||||
|
||||
static const WCHAR wscriptW[] = {'W','S','c','r','i','p','t',0};
|
||||
static const WCHAR wshW[] = {'W','S','H',0};
|
||||
WCHAR scriptFullName[MAX_PATH];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue