]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/compat.h
Replace the configure templating system with something better.
[user/henk/code/inspircd.git] / include / compat.h
index fa75cd75434b228d8d96ed350acc509d7142cc51..9302c573fa47a0540d3c95f77290925378b0ede1 100644 (file)
  */
 #if defined _WIN32
 # include "inspircd_win32wrapper.h"
+# include "threadengines/threadengine_win32.h"
 #else
-# include <unistd.h>
 # define ENTRYPOINT int main(int argc, char** argv)
 # define DllExport __attribute__ ((visibility ("default")))
 # define CoreExport __attribute__ ((visibility ("default")))
+# include <unistd.h>
+# include "threadengines/threadengine_pthread.h"
 #endif