From c02e995e31db81b96a9bd32cbdc88b74fd646835 Mon Sep 17 00:00:00 2001 From: patthoyts Date: Wed, 6 Apr 2005 12:52:08 +0000 Subject: Use __stdcall for mingw --- jim-win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jim-win32.c') diff --git a/jim-win32.c b/jim-win32.c index 6ab9548..a8361ec 100644 --- a/jim-win32.c +++ b/jim-win32.c @@ -2,7 +2,7 @@ * * Copyright (C) 2005 Pat Thoyts * - * $Id: jim-win32.c,v 1.21 2005/04/06 10:13:03 patthoyts Exp $ + * $Id: jim-win32.c,v 1.22 2005/04/06 12:52:08 patthoyts Exp $ * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -435,7 +435,7 @@ typedef struct _PERFORMANCE_INFORMATION { DWORD ProcessCount; DWORD ThreadCount; } PERFORMANCE_INFORMATION; -typedef BOOL (STDAPICALLTYPE *LPFNGETPERFORMANCEINFO)(PERFORMANCE_INFORMATION *, DWORD); +typedef BOOL (__stdcall *LPFNGETPERFORMANCEINFO)(PERFORMANCE_INFORMATION *, DWORD); static int Win32_GetPerformanceInfo(Jim_Interp *interp, int objc, Jim_Obj *const *objv) -- cgit v1.1