mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Common: Removed duplicate "LONG" and "MAX_PATH" definitions.
This commit is contained in:
		
							parent
							
								
									4c2bff61e5
								
							
						
					
					
						commit
						06ef8f001a
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -87,7 +87,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { | |||
| #define __stdcall | ||||
| #define __cdecl | ||||
| 
 | ||||
| #define LONG long | ||||
| #define BOOL bool | ||||
| #define DWORD u32 | ||||
| 
 | ||||
|  | @ -97,7 +96,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { | |||
| 
 | ||||
| // TODO: Hacks..
 | ||||
| #include <limits.h> | ||||
| #define MAX_PATH PATH_MAX | ||||
| 
 | ||||
| #include <strings.h> | ||||
| #define stricmp(str1, str2) strcasecmp(str1, str2) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue