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
864ca068
Commit
864ca068
authored
Aug 20, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winnls.h must not include winbase.h.
parent
0611f902
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
40 additions
and
21 deletions
+40
-21
menu.c
controls/menu.c
+2
-1
filedlg.c
dlls/commdlg/filedlg.c
+1
-1
filedlg16.c
dlls/commdlg/filedlg16.c
+1
-1
fontdlg.c
dlls/commdlg/fontdlg.c
+1
-1
fontdlg16.c
dlls/commdlg/fontdlg16.c
+1
-1
main.c
dlls/ddraw/main.c
+1
-0
devenum.rc
dlls/devenum/devenum.rc
+1
-0
imaadp32.c
dlls/msacm/imaadp32/imaadp32.c
+1
-1
msadp32.c
dlls/msacm/msadp32/msadp32.c
+1
-1
msg711.c
dlls/msacm/msg711/msg711.c
+1
-1
mpegl3.c
dlls/msacm/winemp3/mpegl3.c
+1
-1
resource.c
dlls/ntdll/resource.c
+1
-0
tmarshal.c
dlls/oleaut32/tmarshal.c
+1
-0
typelib.c
dlls/oleaut32/typelib.c
+3
-2
typelib16.c
dlls/oleaut32/typelib16.c
+3
-2
shellpath.c
dlls/shell32/shellpath.c
+1
-0
shellstring.c
dlls/shell32/shellstring.c
+1
-0
shlview.c
dlls/shell32/shlview.c
+1
-0
systray.c
dlls/shell32/systray.c
+1
-0
assoc.c
dlls/shlwapi/assoc.c
+1
-0
thread.c
dlls/shlwapi/thread.c
+1
-0
url.c
dlls/shlwapi/url.c
+1
-1
graphics.c
dlls/ttydrv/graphics.c
+1
-0
joystick.c
dlls/winmm/joystick.c
+2
-1
codepage.c
graphics/x11drv/codepage.c
+1
-0
text.c
graphics/x11drv/text.c
+1
-0
xfont.c
graphics/x11drv/xfont.c
+1
-0
winnls.h
include/winnls.h
+0
-2
virtual.c
memory/virtual.c
+1
-1
ioports.c
msdos/ioports.c
+1
-0
enhmetafile.c
objects/enhmetafile.c
+1
-1
font.c
objects/font.c
+1
-0
curses.c
programs/wineconsole/curses.c
+1
-0
dialog.c
windows/dialog.c
+1
-1
input.c
windows/input.c
+1
-1
No files found.
controls/menu.c
View file @
864ca068
...
...
@@ -35,8 +35,9 @@
#include <string.h>
#include "windef.h"
#include "win
nls
.h"
#include "win
base
.h"
#include "wingdi.h"
#include "winnls.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "wownt32.h"
...
...
dlls/commdlg/filedlg.c
View file @
864ca068
...
...
@@ -23,8 +23,8 @@
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winnls.h"
#include "winbase.h"
#include "winnls.h"
#include "wingdi.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
...
...
dlls/commdlg/filedlg16.c
View file @
864ca068
...
...
@@ -23,9 +23,9 @@
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "wine/unicode.h"
...
...
dlls/commdlg/fontdlg.c
View file @
864ca068
...
...
@@ -24,8 +24,8 @@
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winnls.h"
#include "winbase.h"
#include "winnls.h"
#include "wingdi.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
...
...
dlls/commdlg/fontdlg16.c
View file @
864ca068
...
...
@@ -24,9 +24,9 @@
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "heap.h"
...
...
dlls/ddraw/main.c
View file @
864ca068
...
...
@@ -30,6 +30,7 @@
#include <string.h>
#include <stdlib.h>
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
...
...
dlls/devenum/devenum.rc
View file @
864ca068
...
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "winbase.h"
#include "winnls.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
...
...
dlls/msacm/imaadp32/imaadp32.c
View file @
864ca068
...
...
@@ -21,10 +21,10 @@
#include <assert.h>
#include <string.h>
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "msacm.h"
#include "mmreg.h"
#include "../msacmdrv.h"
...
...
dlls/msacm/msadp32/msadp32.c
View file @
864ca068
...
...
@@ -21,10 +21,10 @@
#include <assert.h>
#include <string.h>
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "msacm.h"
#include "mmreg.h"
#include "../msacmdrv.h"
...
...
dlls/msacm/msg711/msg711.c
View file @
864ca068
...
...
@@ -21,10 +21,10 @@
#include <assert.h>
#include <string.h>
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "msacm.h"
#include "mmreg.h"
#include "../msacmdrv.h"
...
...
dlls/msacm/winemp3/mpegl3.c
View file @
864ca068
...
...
@@ -21,10 +21,10 @@
#include <assert.h>
#include <string.h>
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "msacm.h"
#include "mmreg.h"
#include "../msacmdrv.h"
...
...
dlls/ntdll/resource.c
View file @
864ca068
...
...
@@ -33,6 +33,7 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winnt.h"
#include "winternl.h"
...
...
dlls/oleaut32/tmarshal.c
View file @
864ca068
...
...
@@ -29,6 +29,7 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "winbase.h"
#include "winnls.h"
#include "winreg.h"
#include "winuser.h"
...
...
dlls/oleaut32/typelib.c
View file @
864ca068
...
...
@@ -63,8 +63,9 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "winnls.h"
/* for PRIMARYLANGID */
#include "winreg.h"
/* for HKEY_LOCAL_MACHINE */
#include "winbase.h"
#include "winnls.h"
#include "winreg.h"
#include "winuser.h"
#include "wine/unicode.h"
...
...
dlls/oleaut32/typelib16.c
View file @
864ca068
...
...
@@ -30,8 +30,9 @@
#include <ctype.h>
#include "winerror.h"
#include "winnls.h"
/* for PRIMARYLANGID */
#include "winreg.h"
/* for HKEY_LOCAL_MACHINE */
#include "winbase.h"
#include "winnls.h"
#include "winreg.h"
#include "winuser.h"
#include "objbase.h"
...
...
dlls/shell32/shellpath.c
View file @
864ca068
...
...
@@ -30,6 +30,7 @@
#include <ctype.h>
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winreg.h"
...
...
dlls/shell32/shellstring.c
View file @
864ca068
...
...
@@ -23,6 +23,7 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
#include "winreg.h"
...
...
dlls/shell32/shlview.c
View file @
864ca068
...
...
@@ -44,6 +44,7 @@
#include "windef.h"
#include "winerror.h"
#include "winbase.h"
#include "winnls.h"
#include "servprov.h"
#include "shlguid.h"
...
...
dlls/shell32/systray.c
View file @
864ca068
...
...
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <string.h>
#include "winbase.h"
#include "winnls.h"
#include "shlobj.h"
#include "shellapi.h"
...
...
dlls/shlwapi/assoc.c
View file @
864ca068
...
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winreg.h"
#include "shlguid.h"
...
...
dlls/shlwapi/thread.c
View file @
864ca068
...
...
@@ -21,6 +21,7 @@
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wine/debug.h"
#define NO_SHLWAPI_REG
...
...
dlls/shlwapi/url.c
View file @
864ca068
...
...
@@ -21,8 +21,8 @@
#include <string.h>
#include <stdlib.h>
#include "windef.h"
#include "winnls.h"
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
#include "wine/unicode.h"
#include "wininet.h"
...
...
dlls/ttydrv/graphics.c
View file @
864ca068
...
...
@@ -20,6 +20,7 @@
#include "config.h"
#include "winbase.h"
#include "winnls.h"
#include "gdi.h"
#include "wine/debug.h"
...
...
dlls/winmm/joystick.c
View file @
864ca068
...
...
@@ -35,9 +35,10 @@
#endif
#include "mmsystem.h"
#include "win
nls
.h"
#include "win
base
.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "winemm.h"
...
...
graphics/x11drv/codepage.c
View file @
864ca068
...
...
@@ -25,6 +25,7 @@
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "x11font.h"
#include "wine/debug.h"
...
...
graphics/x11drv/text.c
View file @
864ca068
...
...
@@ -28,6 +28,7 @@
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wownt32.h"
#include "gdi.h"
...
...
graphics/x11drv/xfont.c
View file @
864ca068
...
...
@@ -40,6 +40,7 @@
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "winreg.h"
...
...
include/winnls.h
View file @
864ca068
...
...
@@ -20,8 +20,6 @@
#define __WINE_WINNLS_H
#ifndef NONLS
#include "winbase.h"
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
memory/virtual.c
View file @
864ca068
...
...
@@ -31,8 +31,8 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winnls.h"
#include "winbase.h"
#include "winnls.h"
#include "winternl.h"
#include "winerror.h"
#include "wine/exception.h"
...
...
msdos/ioports.c
View file @
864ca068
...
...
@@ -37,6 +37,7 @@
# include <unistd.h>
#endif
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winternl.h"
#include "callback.h"
...
...
objects/enhmetafile.c
View file @
864ca068
...
...
@@ -36,9 +36,9 @@
#include <string.h>
#include <assert.h>
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "winerror.h"
#include "gdi.h"
#include "wine/debug.h"
...
...
objects/font.c
View file @
864ca068
...
...
@@ -27,6 +27,7 @@
#include <string.h>
#include <assert.h>
#include "winerror.h"
#include "winbase.h"
#include "winnls.h"
#include "wownt32.h"
#include "gdi.h"
...
...
programs/wineconsole/curses.c
View file @
864ca068
...
...
@@ -42,6 +42,7 @@
#endif
#undef KEY_EVENT
/* avoid redefinition warning */
#include <unistd.h>
#include <winbase.h>
#include <winnls.h>
#include "winecon_private.h"
...
...
windows/dialog.c
View file @
864ca068
...
...
@@ -29,10 +29,10 @@
#include <string.h>
#include "windef.h"
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "wine/winuser16.h"
#include "wine/unicode.h"
#include "controls.h"
...
...
windows/input.c
View file @
864ca068
...
...
@@ -31,10 +31,10 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winnls.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "wine/server.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