mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
Add missing preprocessor directive for Windows build of server
This commit is contained in:
parent
09d564424f
commit
72026955f5
@ -2,7 +2,10 @@
|
||||
// Created by koncord on 09.05.16.
|
||||
//
|
||||
|
||||
#include <dlfcn.h>
|
||||
#ifndef _WIN32
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#include <stdexcept>
|
||||
#include "LangNative.hpp"
|
||||
#include <Script/SystemInterface.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user