0
0
Fork 0
mirror of https://github.com/nccgroup/thetick.git synced 2023-12-14 04:33:00 +01:00

Merge pull request #4 from Da5hes/patch-1

fix compiling on osx
This commit is contained in:
Mario Vilas 2020-10-05 18:24:18 +02:00 committed by GitHub
commit 2dc8f01067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,11 @@
#include <sys/types.h>
#include <stdint.h>
// fix compiling on OSX
#if defined(__APPLE__)
#define MSG_NOSIGNAL 0
#endif
// Base command IDs per category.
#define BASE_CMD_SYSTEM 0x0000
#define BASE_CMD_FILE 0x0100