Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
498752dd
Commit
498752dd
authored
Oct 05, 2010
by
Vincent Povirk
Committed by
Alexandre Julliard
Nov 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Rename cor.h to cor.idl.
parent
4ce33c69
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
22 deletions
+10
-22
.gitignore
.gitignore
+1
-0
Makefile.in
include/Makefile.in
+1
-1
cor.idl
include/cor.idl
+8
-21
No files found.
.gitignore
View file @
498752dd
...
...
@@ -159,6 +159,7 @@ include/comcat.h
include/commoncontrols.h
include/config.h
include/control.h
include/cor.h
include/ctfutb.h
include/ctxtcall.h
include/d3d10.h
...
...
include/Makefile.in
View file @
498752dd
...
...
@@ -17,6 +17,7 @@ PUBLIC_IDL_H_SRCS = \
comcat.idl
\
commoncontrols.idl
\
control.idl
\
cor.idl
\
ctfutb.idl
\
ctxtcall.idl
\
d3d10.idl
\
...
...
@@ -142,7 +143,6 @@ SRCDIR_INCLUDES = \
commctrl.rh
\
commdlg.h
\
compobj.h
\
cor.h
\
corerror.h
\
corhdr.h
\
cpl.h
\
...
...
include/cor.
h
→
include/cor.
idl
View file @
498752dd
...
...
@@ -16,28 +16,15 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#ifndef __WINE_COR_H
#define __WINE_COR_H
#include "ole2.h"
cpp_quote
(
"#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 */
cpp_quote
(
"BOOL WINAPI _CorDllMain(HINSTANCE,DWORD,LPVOID);"
)
cpp_quote
(
"__int32 WINAPI _CorExeMain(void);"
)
cpp_quote
(
"__int32 WINAPI _CorExeMain2(PBYTE,DWORD,LPWSTR,LPWSTR,LPWSTR);"
)
cpp_quote
(
"VOID WINAPI _CorImageUnloading(PVOID);"
)
cpp_quote
(
"HRESULT WINAPI _CorValidateImage(PVOID*,LPCWSTR);"
)
cpp_quote
(
"HRESULT WINAPI CoInitializeCor(DWORD);"
)
cpp_quote
(
"void WINAPI CoUninitializeCor(void);"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment