Move platform-specific defines and macros to own file crossplat.h

This commit is contained in:
Azamat H. Hackimov
2024-08-11 19:29:35 +03:00
parent 22829e5e43
commit 79db9aa3e2
22 changed files with 91 additions and 116 deletions

View File

@@ -99,9 +99,9 @@
#if defined(POSIX)
#include <dlfcn.h>
#include "linux_fix.h"
#endif
#include "crossplat.h"
#include "module.h"
#include "pserror.h"