Revert accidental execution of s/windows/linux/g

master
rubenwardy 2015-10-29 18:09:29 +00:00
parent 66d4488e2a
commit 513d7fbee7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ std::string getTmpDirectory(bool editor_is_installed)
// This code was nicked from Minetest, subject to LGPLv2 // This code was nicked from Minetest, subject to LGPLv2
// See http://minetest.net // See http://minetest.net
#ifdef _WIN32 #ifdef _WIN32
#include <linux.h> #include <windows.h>
bool FileExists(const char* path) bool FileExists(const char* path)
{ {