mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
9 lines
122 B
C
9 lines
122 B
C
|
#ifdef _MSC_VER
|
||
|
#define pid_t int
|
||
|
// #include <libcompat.h>
|
||
|
#endif
|
||
|
#include <check.h>
|
||
|
#ifdef _MSC_VER
|
||
|
#undef pid_t
|
||
|
#endif
|