mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Add comment regarding __WIN32__ in SkyEye code
This commit is contained in:
		
							parent
							
								
									459502e48c
								
							
						
					
					
						commit
						a19354aced
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -34,6 +34,10 @@ | |||
| 
 | ||||
| using namespace std; | ||||
| 
 | ||||
| // __WIN32__ was never defined on MSVC, but it is on MinGW,
 | ||||
| // so we need to remove it.
 | ||||
| // #ifdefs to __WIN32__ are dead code and will not even compile
 | ||||
| // anymore, due to bank_defs.h missing.
 | ||||
| #ifdef _WIN32 | ||||
| #undef __WIN32__ | ||||
| #endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue