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
3dc76403
Commit
3dc76403
authored
Oct 05, 2001
by
Johan Gill
Committed by
Alexandre Julliard
Oct 05, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The LR_ defines do not reside in windows.h anymore.
parent
e2a9e493
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cursoricon.c
windows/cursoricon.c
+3
-3
No files found.
windows/cursoricon.c
View file @
3dc76403
...
...
@@ -2171,7 +2171,7 @@ HANDLE16 WINAPI LoadImage16( HINSTANCE16 hinst, LPCSTR name, UINT16 type,
/**********************************************************************
* LoadImageA (USER32.@)
*
* FIXME: implementation lacks some features, see LR_ defines in win
dows
.h
* FIXME: implementation lacks some features, see LR_ defines in win
user
.h
*/
HANDLE
WINAPI
LoadImageA
(
HINSTANCE
hinst
,
LPCSTR
name
,
UINT
type
,
...
...
@@ -2203,7 +2203,7 @@ HANDLE WINAPI LoadImageA( HINSTANCE hinst, LPCSTR name, UINT type,
* Success: Handle to newly loaded image
* Failure: NULL
*
* FIXME: Implementation lacks some features, see LR_ defines in win
dows
.h
* FIXME: Implementation lacks some features, see LR_ defines in win
user
.h
*/
HANDLE
WINAPI
LoadImageW
(
HINSTANCE
hinst
,
LPCWSTR
name
,
UINT
type
,
INT
desiredx
,
INT
desiredy
,
UINT
loadflags
)
...
...
@@ -2274,7 +2274,7 @@ HICON16 WINAPI CopyImage16( HANDLE16 hnd, UINT16 type, INT16 desiredx,
* Failure: NULL
*
* FIXME: implementation still lacks nearly all features, see LR_*
* defines in win
dows
.h
* defines in win
user
.h
*/
HICON
WINAPI
CopyImage
(
HANDLE
hnd
,
UINT
type
,
INT
desiredx
,
INT
desiredy
,
UINT
flags
)
...
...
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