mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	disable glib-ctor on win32
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| #ifndef __GLIB_CTOR_H__ | ||||
|  | ||||
| #ifdef __GNUC__ | ||||
| #if defined (__GNUC__) && !defined (_WIN32) | ||||
| #define GLIB_CTOR(func) \ | ||||
|   __attribute__((constructor)) static void func (void) | ||||
| #define GLIB_ENSURE_CTOR(func) G_STMT_START { } G_STMT_END | ||||
|   | ||||
		Reference in New Issue
	
	Block a user