Commit fc8d15b6 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Define __fastcall.

parent 73e0b9f7
......@@ -123,6 +123,7 @@ extern "C" {
#define _pascal __stdcall
#define _stdcall __stdcall
#define _fastcall __stdcall
#define __fastcall __stdcall
#define __export __stdcall
#define CDECL __cdecl
#define _CDECL __cdecl
......
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