mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
fix: include windows.h directly to avoid missing arch on build
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <stdexcept>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "libloaderapi.h"
|
||||
#include "windows.h"
|
||||
#endif
|
||||
|
||||
namespace clrsync::core
|
||||
|
||||
Reference in New Issue
Block a user