5 lines
89 B
C
5 lines
89 B
C
#if defined (__linux__)
|
|
#include "linux/ofpath.c"
|
|
#else
|
|
#include "basic/ofpath.c"
|
|
#endif
|