summaryrefslogtreecommitdiff
path: root/gthread/gthread-win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'gthread/gthread-win32.c')
-rw-r--r--gthread/gthread-win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread/gthread-win32.c b/gthread/gthread-win32.c
index f566e2858..465b20550 100644
--- a/gthread/gthread-win32.c
+++ b/gthread/gthread-win32.c
@@ -48,7 +48,7 @@
#define win32_check_for_error(what) G_STMT_START{ \
if (!(what)) \
g_error ("file %s: line %d (%s): error %s during %s", \
- __FILE__, __LINE__, __FUNCTION__, \
+ __FILE__, __LINE__, G_STRFUNC, \
g_win32_error_message (GetLastError ()), #what); \
}G_STMT_END