Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 45c0ed6

Browse files
committed
linux support
1 parent d782c5b commit 45c0ed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/Src/Utilities.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
#endif
88
#include <libloaderapi.h>
99
#include <minwindef.h>
10+
#else // defined(_WIN32)
11+
#include <limits.h>
12+
#include <unistd.h>
1013
#endif
1114

1215
std::filesystem::path Tkge::Utilities::GetCurrentExecutablePath()

0 commit comments

Comments
 (0)