Fixed Directory for Windows.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 1m41s
Build & Release / Linux-AMD64-Build (push) Successful in 1m56s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m48s

This commit is contained in:
2024-06-29 23:38:27 -07:00
parent 0b298c6130
commit 2a2296685e
6 changed files with 111 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
#include "ehs/system/OS.h"
#if defined(EHS_OS_WINDOWS)
#include "Directory_W32.h"
#include "Directory_W32.h"
#elif defined(EHS_OS_LINUX)
#include "Directory_LNX.h"
#include "Directory_LNX.h"
#endif