Implement dynamic library loading and symbol resolving

This commit is contained in:
Alibek Omarov
2018-04-17 03:43:27 +03:00
parent 64257ef428
commit 7c9b724531
4 changed files with 451 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#ifdef _WIN32
#if defined(_WIN32) && !defined(XASH_64BIT)
#include "common.h"
#include "library.h"