mirror of
				https://github.com/lov3b/Pong.git
				synced 2025-11-03 23:00:19 +01:00 
			
		
		
		
	use the correct macro variable
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
// SPDX-License-Identifier: BSD-2-Clause
 | 
					// SPDX-License-Identifier: BSD-2-Clause
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(__LINUX__)
 | 
					#if defined(__linux__)
 | 
				
			||||||
#include <filesystem>
 | 
					#include <filesystem>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const char *getLinuxFilePath() {
 | 
					const char *getLinuxFilePath() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user