1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-09 14:46:34 -04:00
sdrangel/libperseus/config.h

6 lines
80 B
C
Raw Normal View History

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