gfx2.rc: fix includes for MinGW32
verrsrc.h, not VerRsrc.h
This commit is contained in:
		
							parent
							
								
									a203da655a
								
							
						
					
					
						commit
						ea19619b90
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
#ifdef _MSC_VER
 | 
					#ifdef __MINGW32__
 | 
				
			||||||
#include <VerRsrc.h>
 | 
					#include <winver.h>
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
#define VS_FF_DEBUG 0x00000001L
 | 
					#include <verrsrc.h>
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1 VERSIONINFO
 | 
					1 VERSIONINFO
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user