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
49675df9
Commit
49675df9
authored
Dec 11, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove useless definitions for nonexistent Win16 messages.
parent
d3f20ec1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
winuser16.h
include/wine/winuser16.h
+0
-15
No files found.
include/wine/winuser16.h
View file @
49675df9
...
@@ -401,9 +401,6 @@ typedef struct
...
@@ -401,9 +401,6 @@ typedef struct
#define SBM_SETRANGE16 (WM_USER+2)
#define SBM_SETRANGE16 (WM_USER+2)
#define SBM_GETRANGE16 (WM_USER+3)
#define SBM_GETRANGE16 (WM_USER+3)
#define SBM_ENABLE_ARROWS16 (WM_USER+4)
#define SBM_ENABLE_ARROWS16 (WM_USER+4)
#define SBM_SETRANGEREDRAW16 WM_NULL
/* Not in Win16 */
#define SBM_SETSCROLLINFO16 WM_NULL
/* Not in Win16 */
#define SBM_GETSCROLLINFO16 WM_NULL
/* Not in Win16 */
/* CBT hook structures */
/* CBT hook structures */
...
@@ -449,9 +446,6 @@ typedef struct
...
@@ -449,9 +446,6 @@ typedef struct
#define BM_GETSTATE16 (WM_USER+2)
#define BM_GETSTATE16 (WM_USER+2)
#define BM_SETSTATE16 (WM_USER+3)
#define BM_SETSTATE16 (WM_USER+3)
#define BM_SETSTYLE16 (WM_USER+4)
#define BM_SETSTYLE16 (WM_USER+4)
#define BM_CLICK16 WM_NULL
/* Does not exist in Win16 */
#define BM_GETIMAGE16 WM_NULL
/* Does not exist in Win16 */
#define BM_SETIMAGE16 WM_NULL
/* Does not exist in Win16 */
/* Static Control Messages */
/* Static Control Messages */
#define STM_SETICON16 (WM_USER+0)
#define STM_SETICON16 (WM_USER+0)
...
@@ -489,15 +483,6 @@ typedef struct
...
@@ -489,15 +483,6 @@ typedef struct
#define EM_SETWORDBREAKPROC16 (WM_USER+32)
#define EM_SETWORDBREAKPROC16 (WM_USER+32)
#define EM_GETWORDBREAKPROC16 (WM_USER+33)
#define EM_GETWORDBREAKPROC16 (WM_USER+33)
#define EM_GETPASSWORDCHAR16 (WM_USER+34)
#define EM_GETPASSWORDCHAR16 (WM_USER+34)
/*
not in win16:
EM_SETMARGINS16 WM_NULL
EM_GETMARGINS16 WM_NULL
EM_GETLIMITTEXT16 WM_NULL
EM_POSFROMCHAR16 WM_NULL
EM_CHARFROMPOS16 WM_NULL
EM_SETLIMITTEXT16 WM_NULL - no name change in win16
*/
typedef
struct
typedef
struct
{
{
...
...
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