7 lines
87 B
C
7 lines
87 B
C
|
#ifndef CONFIG_H_
|
||
|
#define CONFIG_H_
|
||
|
|
||
|
#cmakedefine _WIN32 ${WIN32}
|
||
|
|
||
|
#endif // CONFIG_H_
|