mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
common: port: move filesystem related macros to filesystem module, try to include less globally for faster builds
This commit is contained in:
@@ -22,7 +22,8 @@ GNU General Public License for more details.
|
||||
#include <stdarg.h>
|
||||
|
||||
#if XASH_POSIX
|
||||
#define XASHLIB "libxash." OS_LIB_EXT
|
||||
#include <dlfcn.h>
|
||||
#define XASHLIB OS_LIB_PREFIX "xash." OS_LIB_EXT
|
||||
#define FreeLibrary( x ) dlclose( x )
|
||||
#elif XASH_WIN32
|
||||
#include <shellapi.h> // CommandLineToArgvW
|
||||
|
||||
Reference in New Issue
Block a user