mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[JSCRIPT] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
919215fd3b
commit
8dba275bd6
38 changed files with 859 additions and 453 deletions
|
@ -16,14 +16,26 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "initguid.h"
|
||||
|
||||
#include "jscript.h"
|
||||
|
||||
#include <rpcproxy.h>
|
||||
#include <initguid.h>
|
||||
#include <jscript_classes.h>
|
||||
#include "winreg.h"
|
||||
#include "advpub.h"
|
||||
#include "activaut.h"
|
||||
#include "objsafe.h"
|
||||
#include "mshtmhst.h"
|
||||
#include "rpcproxy.h"
|
||||
#include "jscript_classes.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(jscript);
|
||||
|
||||
LONG module_ref = 0;
|
||||
|
||||
DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
|
||||
|
||||
HINSTANCE jscript_hinstance;
|
||||
|
||||
static HRESULT WINAPI ClassFactory_QueryInterface(IClassFactory *iface, REFIID riid, void **ppv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue