 dcb766c461
			
		
	
	dcb766c461
	
	
	
		
			
			-Add Visual Studio 2008 projects and pre-configured gdkconfig.h for Broadway builds -Decouple the Visual Studio property sheets, to simplify maintenance and enhance flexibility for different builds Visual Studio 2010 projects updates will follow later.
		
			
				
	
	
		
			24 lines
		
	
	
		
			391 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			391 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /* gdkconfig.h
 | |
|  *
 | |
|  * This is a generated file.  Please modify `configure.ac'
 | |
|  */
 | |
| 
 | |
| #ifndef __GDKCONFIG_H__
 | |
| #define __GDKCONFIG_H__
 | |
| 
 | |
| #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
 | |
| #error "Only <gdk/gdk.h> can be included directly."
 | |
| #endif
 | |
| 
 | |
| #include <glib.h>
 | |
| 
 | |
| G_BEGIN_DECLS
 | |
| 
 | |
| 
 | |
| #define GDK_WINDOWING_WIN32
 | |
| #define GDK_WINDOWING_BROADWAY
 | |
| 
 | |
| G_END_DECLS
 | |
| 
 | |
| #endif  /* __GDKCONFIG_H__ */
 |