Skip to content

Commit 8c959e9

Browse files
author
Nat!
committed
tryna fix for _WIN32
1 parent 3478705 commit 8c959e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mulle-objc-universe-fail.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ static inline void *mulle_objc_create_debug_symbol( const char* symbol_name, v
208208
#endif
209209

210210

211-
#ifdef _WIN32
211+
#if defined( _WIN32) && ! defined( __GNUC__)
212212

213213
static void mulle_objc_call_debug_symbol( void (*f)( char *, va_list *),
214214
char * format, ...)

0 commit comments

Comments
 (0)