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
837e357d
Commit
837e357d
authored
Sep 04, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Sep 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed non-standard header includes.
parent
6d0019fb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
dbghelp.h
include/dbghelp.h
+0
-4
digitalv.h
include/digitalv.h
+0
-3
winioctl.h
include/winioctl.h
+0
-2
No files found.
include/dbghelp.h
View file @
837e357d
...
...
@@ -21,10 +21,6 @@
#ifndef __WINE_DBGHELP_H
#define __WINE_DBGHELP_H
#include <windef.h>
#include <winbase.h>
#include <ver.h>
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/digitalv.h
View file @
837e357d
...
...
@@ -23,9 +23,6 @@
* Wine Digital Video extensions
*/
#include <mmsystem.h>
#include <windef.h>
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
include/winioctl.h
View file @
837e357d
...
...
@@ -19,8 +19,6 @@
#ifndef __WINE_WINIOCTL_H
#define __WINE_WINIOCTL_H
#include <winnt.h>
#define CTL_CODE( DeviceType, Function, Method, Access ) ( \
(DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
)
...
...
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