aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jim-win32.c4
1 files changed, 2 insertions, 2 deletions
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 <patthoyts@users.sourceforge.net>
*
- * $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)