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
00f72a32
Commit
00f72a32
authored
Apr 22, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a definition for _ATL_REGMAP_ENTRY in atlbase.h.
Fix the prototype of AtlModuleUpdateRegistryFromResourceD() so it uses the right pointer types.
parent
333e49d7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
atl_main.c
dlls/atl/atl_main.c
+2
-1
atlbase.h
dlls/atl/atlbase.h
+6
-0
win32.api
tools/winapi/win32.api
+2
-0
No files found.
dlls/atl/atl_main.c
View file @
00f72a32
...
...
@@ -32,6 +32,7 @@
#include "objidl.h"
#include "ole2.h"
#include "atlbase.h"
#include "atliface.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
atl
);
...
...
@@ -169,7 +170,7 @@ HRESULT WINAPI AtlInternalQueryInterface(LPVOID this, const _ATL_INTMAP_ENTRY* p
*
*/
HRESULT
WINAPI
AtlModuleUpdateRegistryFromResourceD
(
_ATL_MODULEW
*
pM
,
LPCOLESTR
lpszRes
,
BOOL
bRegister
,
/* struct _ATL_REGMAP_ENTRY* */
void
*
pMapEntries
,
/* IRegistrar* */
void
*
pReg
)
BOOL
bRegister
,
struct
_ATL_REGMAP_ENTRY
*
pMapEntries
,
IRegistrar
*
pReg
)
{
HINSTANCE
hInst
=
pM
->
m_hInst
;
/* everything inside this function below this point
...
...
dlls/atl/atlbase.h
View file @
00f72a32
...
...
@@ -128,6 +128,12 @@ typedef struct _ATL_INTMAP_ENTRY_TAG
_ATL_CREATORARGFUNC
*
pFunc
;
}
_ATL_INTMAP_ENTRY
;
struct
_ATL_REGMAP_ENTRY
{
LPCOLESTR
szKey
;
LPCOLESTR
szData
;
};
HRESULT
WINAPI
AtlModuleInit
(
_ATL_MODULEA
*
pM
,
_ATL_OBJMAP_ENTRYA
*
p
,
HINSTANCE
h
);
HRESULT
WINAPI
AtlModuleRegisterClassObjects
(
_ATL_MODULEA
*
pM
,
DWORD
dwClsContext
,
DWORD
dwFlags
);
HRESULT
WINAPI
AtlModuleUnregisterServerEx
(
_ATL_MODULEA
*
pM
,
BOOL
bUnRegTypeLib
,
const
CLSID
*
pCLSID
);
...
...
tools/winapi/win32.api
View file @
00f72a32
...
...
@@ -196,6 +196,7 @@ _ATL_MODULEW *
_ATL_OBJMAP_ENTRYA *
CLSID *
IID *
IRegistrar *
IStream *
IStream **
IUnknown *
...
...
@@ -205,6 +206,7 @@ LPVOID
LPVOID *
REFCLSID
REFIID
struct _ATL_REGMAP_ENTRY *
void *
%str
...
...
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