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
50e32350
Commit
50e32350
authored
Mar 14, 2013
by
Jactry Zeng
Committed by
Alexandre Julliard
Mar 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl100: Added AtlSetPerUserRegistration stub implementation.
parent
a448427b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
atl.c
dlls/atl100/atl.c
+9
-0
atl100.spec
dlls/atl100/atl100.spec
+1
-1
atlbase.h
include/atlbase.h
+1
-0
No files found.
dlls/atl100/atl.c
View file @
50e32350
...
@@ -743,6 +743,15 @@ HRESULT WINAPI AtlGetObjectSourceInterface(IUnknown *unk, GUID *libid, IID *iid,
...
@@ -743,6 +743,15 @@ HRESULT WINAPI AtlGetObjectSourceInterface(IUnknown *unk, GUID *libid, IID *iid,
}
}
/***********************************************************************
/***********************************************************************
* AtlSetPerUserRegistration [atl100.67]
*/
HRESULT
WINAPI
AtlSetPerUserRegistration
(
cpp_bool
bEnable
)
{
FIXME
(
"stub: bEnable: %d
\n
"
,
bEnable
);
return
E_NOTIMPL
;
}
/***********************************************************************
* AtlGetPerUserRegistration [atl100.68]
* AtlGetPerUserRegistration [atl100.68]
*/
*/
HRESULT
WINAPI
AtlGetPerUserRegistration
(
cpp_bool
*
pbEnabled
)
HRESULT
WINAPI
AtlGetPerUserRegistration
(
cpp_bool
*
pbEnabled
)
...
...
dlls/atl100/atl100.spec
View file @
50e32350
...
@@ -48,5 +48,5 @@
...
@@ -48,5 +48,5 @@
64 stdcall AtlCallTermFunc(ptr)
64 stdcall AtlCallTermFunc(ptr)
65 stdcall AtlWinModuleInit(ptr)
65 stdcall AtlWinModuleInit(ptr)
66 stub AtlWinModuleTerm
66 stub AtlWinModuleTerm
67 st
ub AtlSetPerUserRegistration
67 st
dcall AtlSetPerUserRegistration(long)
68 stdcall AtlGetPerUserRegistration(ptr)
68 stdcall AtlGetPerUserRegistration(ptr)
include/atlbase.h
View file @
50e32350
...
@@ -259,6 +259,7 @@ HRESULT WINAPI AtlComModuleRegisterClassObjects(_ATL_COM_MODULE*,DWORD,DWORD);
...
@@ -259,6 +259,7 @@ HRESULT WINAPI AtlComModuleRegisterClassObjects(_ATL_COM_MODULE*,DWORD,DWORD);
HRESULT
WINAPI
AtlComModuleUnregisterServer
(
_ATL_COM_MODULE
*
,
BOOL
,
const
CLSID
*
);
HRESULT
WINAPI
AtlComModuleUnregisterServer
(
_ATL_COM_MODULE
*
,
BOOL
,
const
CLSID
*
);
BOOL
WINAPI
AtlWaitWithMessageLoop
(
HANDLE
);
BOOL
WINAPI
AtlWaitWithMessageLoop
(
HANDLE
);
HRESULT
WINAPI
AtlGetObjectSourceInterface
(
IUnknown
*
,
GUID
*
,
IID
*
,
unsigned
short
*
,
unsigned
short
*
);
HRESULT
WINAPI
AtlGetObjectSourceInterface
(
IUnknown
*
,
GUID
*
,
IID
*
,
unsigned
short
*
,
unsigned
short
*
);
HRESULT
WINAPI
AtlSetPerUserRegistration
(
unsigned
char
/*bool*/
);
HRESULT
WINAPI
AtlGetPerUserRegistration
(
unsigned
char
/*bool*/
*
);
HRESULT
WINAPI
AtlGetPerUserRegistration
(
unsigned
char
/*bool*/
*
);
#endif
/* __WINE_ATLBASE_H__ */
#endif
/* __WINE_ATLBASE_H__ */
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