1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-26 21:43:25 -04:00
Files
sdrangel/libperseus/config.h
T
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