mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
🐛 Fixed ktx-tool build
This commit is contained in:
parent
98c1ae4e3d
commit
83c353ef11
1 changed files with 3 additions and 2 deletions
|
@ -41,8 +41,9 @@
|
|||
|
||||
#include <ktx/KTX.h>
|
||||
|
||||
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
void stripKtxKeyValues(const std::string& sourceFile, const std::string& destFile) {
|
||||
auto sourceStorage = std::make_shared<storage::FileStorage>(sourceFile.c_str());
|
||||
|
|
Loading…
Reference in a new issue