1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-06 06:12:25 -04:00
sdrangel/libperseus/config.h
2018-02-13 14:25:32 +01:00

6 lines
80 B
C

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