mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
add mscoree headers from wine
svn path=/trunk/; revision=31591
This commit is contained in:
parent
169fc1ed67
commit
19b39930c2
3 changed files with 71 additions and 0 deletions
43
reactos/include/psdk/cor.h
Normal file
43
reactos/include/psdk/cor.h
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2007 Francois Gouget
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __WINE_COR_H
|
||||||
|
#define __WINE_COR_H
|
||||||
|
|
||||||
|
#include "ole2.h"
|
||||||
|
/* FIXME: #include "specstrings.h" */
|
||||||
|
/* FIXME: #include "corerror.h" */
|
||||||
|
/* FIXME: #include "corhdr.h" */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
BOOL WINAPI _CorDllMain(HINSTANCE,DWORD,LPVOID);
|
||||||
|
__int32 WINAPI _CorExeMain(void);
|
||||||
|
__int32 WINAPI _CorExeMain2(PBYTE,DWORD,LPWSTR,LPWSTR,LPWSTR);
|
||||||
|
VOID WINAPI _CorImageUnloading(PVOID);
|
||||||
|
HRESULT WINAPI _CorValidateImage(PVOID*,LPCWSTR);
|
||||||
|
HRESULT WINAPI CoInitializeCor(DWORD);
|
||||||
|
void WINAPI CoUninitializeCor(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __WINE_COR_H */
|
27
reactos/include/psdk/mscoree.idl
Normal file
27
reactos/include/psdk/mscoree.idl
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2007 Francois Gouget
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2.1 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
cpp_quote("/* FIXME: #include <gcghost.h> */")
|
||||||
|
cpp_quote("/* FIXME: #include <ivalidator.h> */")
|
||||||
|
|
||||||
|
cpp_quote("HRESULT WINAPI CorBindToRuntimeHost(LPCWSTR,LPCWSTR,LPCWSTR,VOID*,DWORD,REFCLSID,REFIID,LPVOID*);")
|
||||||
|
cpp_quote("void WINAPI CorExitProcess(int);")
|
||||||
|
cpp_quote("HRESULT WINAPI GetCORSystemDirectory(LPWSTR,DWORD,DWORD*);")
|
||||||
|
cpp_quote("HRESULT WINAPI GetCORVersion(LPWSTR,DWORD,DWORD*);")
|
||||||
|
cpp_quote("HRESULT WINAPI GetRequestedRuntimeInfo(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,LPWSTR,DWORD,DWORD*,LPWSTR,DWORD,DWORD*);")
|
||||||
|
cpp_quote("HRESULT WINAPI LoadLibraryShim(LPCWSTR,LPCWSTR,LPVOID,HMODULE*);")
|
|
@ -36,6 +36,7 @@
|
||||||
<file>unknwn.idl</file>
|
<file>unknwn.idl</file>
|
||||||
<file>urlhist.idl</file>
|
<file>urlhist.idl</file>
|
||||||
<file>urlmon.idl</file>
|
<file>urlmon.idl</file>
|
||||||
|
<file>mscoree.idl</file>
|
||||||
<file>mshtmhst.idl</file>
|
<file>mshtmhst.idl</file>
|
||||||
<file>exdisp.idl</file>
|
<file>exdisp.idl</file>
|
||||||
<file>wtypes.idl</file>
|
<file>wtypes.idl</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue