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
2e5113d4
Commit
2e5113d4
authored
Mar 24, 1999
by
Jim Aston
Committed by
Alexandre Julliard
Mar 24, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a few empty macros.
parent
c600afbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
windef.h
include/windef.h
+5
-1
No files found.
include/windef.h
View file @
2e5113d4
...
...
@@ -75,6 +75,8 @@ extern "C" {
#define APIPRIVATE __stdcall
#define PASCAL __stdcall
#define _pascal __stdcall
#define _stdcall __stdcall
#define _fastcall __stdcall
#define __export __stdcall
#define WINAPIV __cdecl
#define APIENTRY WINAPI
...
...
@@ -296,8 +298,10 @@ typedef LPCSTR LPCTSTR;
#ifndef __WINE__
#define NEAR
#define FAR
#define _far
#define near
#define far
#define _near
#define _far
#define IN
#define OUT
#define OPTIONAL
...
...
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