Commit 1ae16a51 authored by Dimi Paun's avatar Dimi Paun Committed by Alexandre Julliard

Allow MSVC to use Wine's headers.

parent 0eddf434
......@@ -41,6 +41,10 @@ extern "C" {
# define _X86_
#endif
#if defined(_X86_) && !defined(__i386__)
# define __i386__
#endif
#ifdef __x86_64__
#define _WIN64
#endif
......@@ -126,6 +130,10 @@ extern "C" {
# endif
#endif
#ifdef _MSC_VER
# define inline __inline
#endif
#define CALLBACK __stdcall
#define WINAPI __stdcall
#define APIPRIVATE __stdcall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment