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
09969805
Commit
09969805
authored
Nov 07, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/include: Don't define the OBM_*, OCR_* and OIC_* macros unless OEMRESOURCE is defined.
parent
43b52ebb
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
0 deletions
+21
-0
button.c
dlls/user/button.c
+2
-0
combo.c
dlls/user/combo.c
+2
-0
mdi.c
dlls/user/mdi.c
+2
-0
menu.c
dlls/user/menu.c
+2
-0
user32.rc
dlls/user/resources/user32.rc
+1
-0
menu.c
dlls/user/tests/menu.c
+2
-0
user16.c
dlls/user/user16.c
+2
-0
winuser.h
include/winuser.h
+2
-0
desktop.c
programs/explorer/desktop.c
+3
-0
main.c
programs/progman/main.c
+3
-0
No files found.
dlls/user/button.c
View file @
09969805
...
...
@@ -68,6 +68,8 @@
#include <string.h>
#include <stdlib.h>
#define OEMRESOURCE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/user/combo.c
View file @
09969805
...
...
@@ -35,6 +35,8 @@
#include <stdarg.h>
#include <string.h>
#define OEMRESOURCE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/user/mdi.c
View file @
09969805
...
...
@@ -86,6 +86,8 @@
#include <string.h>
#include <math.h>
#define OEMRESOURCE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/user/menu.c
View file @
09969805
...
...
@@ -45,6 +45,8 @@
#include <stdarg.h>
#include <string.h>
#define OEMRESOURCE
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/user/resources/user32.rc
View file @
09969805
...
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define OEMRESOURCE
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/user/tests/menu.c
View file @
09969805
...
...
@@ -27,6 +27,8 @@
#include <string.h>
#include <assert.h>
#define OEMRESOURCE
/* For OBM_MNARROW */
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/user/user16.c
View file @
09969805
...
...
@@ -24,6 +24,8 @@
#include <stdio.h>
#include <string.h>
#define OEMRESOURCE
#include "wine/winuser16.h"
#include "windef.h"
#include "winbase.h"
...
...
include/winuser.h
View file @
09969805
...
...
@@ -671,6 +671,7 @@ typedef struct tagWINDOWPLACEMENT
#define ES_NUMBER 0x00002000
/* OEM Resource Ordinal Numbers */
#ifdef OEMRESOURCE
#define OBM_TRTYPE 32732
#define OBM_LFARROWI 32734
#define OBM_RGARROWI 32735
...
...
@@ -737,6 +738,7 @@ typedef struct tagWINDOWPLACEMENT
#define OIC_WARNING OIC_BANG
#define OIC_ERROR OIC_HAND
#define OIC_INFORMATION OIC_NOTE
#endif
/* OEMRESOURCE */
#ifndef NOCOLOR
...
...
programs/explorer/desktop.c
View file @
09969805
...
...
@@ -19,6 +19,9 @@
*/
#include <stdio.h>
#define OEMRESOURCE
#include <windows.h>
#include <wine/debug.h>
#include "explorer_private.h"
...
...
programs/progman/main.c
View file @
09969805
...
...
@@ -21,6 +21,9 @@
#include <stdio.h>
#include <string.h>
#define OEMRESOURCE
#include "windows.h"
#include "progman.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