sdrangel/externals/libperseus/config.h

6 wiersze
80 B
C

#ifdef WIN32
#include "config.windows.h"
#else
#include "config.linux.h"
#endif