mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 13:56:00 +00:00
9 lines
99 B
C++
9 lines
99 B
C++
#ifndef CONFIG_HPP
|
|
#define CONFIG_HPP
|
|
|
|
// Application configuration
|
|
|
|
enum dummy { NO_OP };
|
|
|
|
#endif
|