summaryrefslogtreecommitdiff
path: root/auto_tests/check_compat.h
blob: e4fde89fcbd2e562f8972adba92d8eb89bb46d40 (plain)
1
2
3
4
5
6
7
8
#ifdef _MSC_VER
#define pid_t int
// #include <libcompat.h>
#endif
#include <check.h>
#ifdef _MSC_VER
#undef pid_t
#endif