sdrangel/libperseus/config.h

6 wiersze
80 B
C
Czysty Zwykły widok Historia

2018-02-10 21:40:53 +00:00
#ifdef WIN32
2018-02-13 13:25:32 +00:00
#include "config.windows.h"
2018-02-10 21:40:53 +00:00
#else
#include "config.linux.h"
#endif