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
ecae9269
Commit
ecae9269
authored
Dec 15, 2000
by
François Gouget
Committed by
Alexandre Julliard
Dec 15, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Needs to include windef.h.
parent
997b42c2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ddraw.h
include/ddraw.h
+1
-1
winbase.h
include/winbase.h
+1
-1
snapshot.c
server/snapshot.c
+1
-1
No files found.
include/ddraw.h
View file @
ecae9269
#ifndef __WINE_DDRAW_H
#ifndef __WINE_DDRAW_H
#define __WINE_DDRAW_H
#define __WINE_DDRAW_H
#include "win
nt
.h"
/* LARGE_INTEGER ... */
#include "win
def
.h"
/* LARGE_INTEGER ... */
#include "wingdi.h"
/* PALETTE stuff ... */
#include "wingdi.h"
/* PALETTE stuff ... */
#include "wine/obj_base.h"
#include "wine/obj_base.h"
...
...
include/winbase.h
View file @
ecae9269
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#endif
#endif
#include "basetsd.h"
#include "basetsd.h"
#include "win
nt
.h"
#include "win
def
.h"
#include "pshpack1.h"
#include "pshpack1.h"
#ifndef RC_INVOKED
#ifndef RC_INVOKED
...
...
server/snapshot.c
View file @
ecae9269
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include "win
nt
.h"
#include "win
def
.h"
#include "tlhelp32.h"
#include "tlhelp32.h"
#include "handle.h"
#include "handle.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