Skip to content
Snippets Groups Projects
Commit b4b8a823 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard
Browse files

Define the _X86_ macro on Intel processors.

parent a8edb3e4
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,9 @@ extern "C" {
/* Calling conventions definitions */
#ifdef __i386__
# ifndef _X86_
# define _X86_
# endif
# if defined(__GNUC__) && ((__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
# define __stdcall __attribute__((__stdcall__))
# define __cdecl __attribute__((__cdecl__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment