Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
6114ee71
Commit
6114ee71
authored
May 21, 2002
by
Francois Gouget
Committed by
Alexandre Julliard
May 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test for IStream_IMETHODS before defining APIs that need the IStream
interface (like on Windows).
parent
13eae8ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
commctrl.h
include/commctrl.h
+2
-2
shlwapi.h
include/shlwapi.h
+1
-1
No files found.
include/commctrl.h
View file @
6114ee71
...
...
@@ -544,7 +544,7 @@ HIMAGELIST WINAPI ImageList_LoadImageW(HINSTANCE,LPCWSTR,INT,INT,
COLORREF
,
UINT
,
UINT
);
#define ImageList_LoadImage WINELIB_NAME_AW(ImageList_LoadImage)
HIMAGELIST
WINAPI
ImageList_Merge
(
HIMAGELIST
,
INT
,
HIMAGELIST
,
INT
,
INT
,
INT
);
#ifdef
__IStream_INTREFACE_DEFINED__
#ifdef
IStream_IMETHODS
HIMAGELIST
WINAPI
ImageList_Read
(
LPSTREAM
);
#endif
BOOL
WINAPI
ImageList_Remove
(
HIMAGELIST
,
INT
);
...
...
@@ -556,7 +556,7 @@ BOOL WINAPI ImageList_SetDragCursorImage(HIMAGELIST,INT,INT,INT);
BOOL
WINAPI
ImageList_SetIconSize
(
HIMAGELIST
,
INT
,
INT
);
BOOL
WINAPI
ImageList_SetImageCount
(
HIMAGELIST
,
INT
);
BOOL
WINAPI
ImageList_SetOverlayImage
(
HIMAGELIST
,
INT
,
INT
);
#ifdef
__IStream_INTREFACE_DEFINED__
#ifdef
IStream_IMETHODS
BOOL
WINAPI
ImageList_Write
(
HIMAGELIST
,
LPSTREAM
);
#endif
...
...
include/shlwapi.h
View file @
6114ee71
...
...
@@ -691,7 +691,7 @@ VOID WINAPI ColorRGBToHLS(COLORREF,LPWORD,LPWORD,LPWORD);
/* Stream functions */
#if
ndef NO_SHLWAPI_STREAM
#if
!defined(NO_SHLWAPI_STREAM) && defined(IStream_IMETHODS)
IStream
*
WINAPI
SHOpenRegStreamA
(
HKEY
,
LPCSTR
,
LPCSTR
,
DWORD
);
IStream
*
WINAPI
SHOpenRegStreamW
(
HKEY
,
LPCWSTR
,
LPCWSTR
,
DWORD
);
...
...
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