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
483bce1d
Commit
483bce1d
authored
Jun 17, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 17, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the FreeADsMem() prototype.
Add an activeds section to win32.api for winapi_check. Fix a documentation warning.
parent
f9280a3a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
3 deletions
+23
-3
activeds_main.c
dlls/activeds/activeds_main.c
+2
-3
win32.api
tools/winapi/win32.api
+21
-0
No files found.
dlls/activeds/activeds_main.c
View file @
483bce1d
...
...
@@ -42,11 +42,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(activeds);
* DllMain
*/
/* For the moment, do nothing here. */
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
TRACE
(
"(%p, %ld, %p)
\n
"
,
hinstDLL
,
fdwReason
,
lpvReserved
);
/* For the moment, do nothing here. */
return
TRUE
;
}
...
...
@@ -95,7 +94,7 @@ HRESULT WINAPI ADsOpenObject(LPWSTR lpszPathName, REFIID riid, VOID** ppObject)
/*****************************************************
* FreeADsMem [ACTIVEDS.15]
*/
BOOL
FreeADsMem
(
LPVOID
pMem
)
BOOL
WINAPI
FreeADsMem
(
LPVOID
pMem
)
{
FIXME
(
"(%p)!stub
\n
"
,
pMem
);
return
FALSE
;
...
...
tools/winapi/win32.api
View file @
483bce1d
%%activeds.dll
%long
BOOL
HRESULT
ULONG
%wstr
LPWSTR
%ptr
LPVOID
LPVOID *
LPVOID **
REFIID
ULONG *
VOID **
%%advapi32.dll
%long
...
...
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