mirror of
				https://github.com/Ryujinx/libsoundio.git
				synced 2025-11-04 09:34:48 +00:00 
			
		
		
		
	Fix endianness detection on Windows ARM platforms
This commit is contained in:
		
							parent
							
								
									67598f63fc
								
							
						
					
					
						commit
						f904e2f149
					
				| 
						 | 
				
			
			@ -90,6 +90,10 @@
 | 
			
		|||
#define SOUNDIO_OS_LITTLE_ENDIAN
 | 
			
		||||
#elif defined(__bfin__)
 | 
			
		||||
#define SOUNDIO_OS_LITTLE_ENDIAN
 | 
			
		||||
#elif defined(_M_ARM)
 | 
			
		||||
#define SOUNDIO_OS_LITTLE_ENDIAN
 | 
			
		||||
#elif defined(_M_ARM64)
 | 
			
		||||
#define SOUNDIO_OS_LITTLE_ENDIAN
 | 
			
		||||
#else
 | 
			
		||||
#error unable to detect endianness
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue