mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Update config.h.win32.in
Add entry for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4, to better reflect the entries of items in config.h.in. We are not currently defining this here as the pre-configured config.h.win32.in is primarily meant for Visual Studio builds of GLib-the MinGW/GCC/Clang builds of GLib will normally use the autotools builds, which should give the correct config.h entries upon running ./configure.
This commit is contained in:
		@@ -896,6 +896,9 @@
 | 
				
			|||||||
/* Needed to get declarations for msg_control and msg_controllen on Solaris */
 | 
					/* Needed to get declarations for msg_control and msg_controllen on Solaris */
 | 
				
			||||||
/* #undef __EXTENSIONS__ */
 | 
					/* #undef __EXTENSIONS__ */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* compiler supports atomic operations */
 | 
				
			||||||
 | 
					/* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Define to empty if `const' does not conform to ANSI C. */
 | 
					/* Define to empty if `const' does not conform to ANSI C. */
 | 
				
			||||||
/* #undef const */
 | 
					/* #undef const */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user