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
bb133bd5
Commit
bb133bd5
authored
Apr 07, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a couple of header files ordering issues.
parent
0adec9a7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
main.c
dlls/ddraw/main.c
+1
-1
shelllink.c
dlls/shell32/shelllink.c
+1
-1
comm16.c
dlls/user/comm16.c
+1
-1
type1.c
dlls/wineps/type1.c
+4
-2
type42.c
dlls/wineps/type42.c
+4
-2
No files found.
dlls/ddraw/main.c
View file @
bb133bd5
...
...
@@ -25,6 +25,7 @@
#define GLPRIVATE_NO_REDEFINE
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdarg.h>
...
...
@@ -44,7 +45,6 @@
#include "ddraw_private.h"
#include "wine/debug.h"
#include "wine/library.h"
#include "wine/port.h"
#include "gl_private.h"
...
...
dlls/shell32/shelllink.c
View file @
bb133bd5
...
...
@@ -24,6 +24,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <ctype.h>
#include <string.h>
...
...
@@ -38,7 +39,6 @@
# include <sys/wait.h>
#endif
#include "wine/debug.h"
#include "wine/port.h"
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
...
...
dlls/user/comm16.c
View file @
bb133bd5
...
...
@@ -51,6 +51,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <stdarg.h>
...
...
@@ -66,7 +67,6 @@
#include "winreg.h"
#include "winuser.h"
#include "wine/winuser16.h"
#include "wine/port.h"
#include "win.h"
#include "winerror.h"
...
...
dlls/wineps/type1.c
View file @
bb133bd5
...
...
@@ -17,6 +17,10 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
...
...
@@ -31,8 +35,6 @@
#include "psdrv.h"
#include "wine/debug.h"
#include "config.h"
#include "wine/port.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps/type42.c
View file @
bb133bd5
...
...
@@ -17,6 +17,10 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
...
...
@@ -31,8 +35,6 @@
#include "psdrv.h"
#include "wine/debug.h"
#include "config.h"
#include "wine/port.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
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