// Windows dedicated server configuration header #ifndef CONFIG_H_INCLUDED #define CONFIG_H_INCLUDED // define if you wish to compile a dedicated server #define DEDICATED 1 // include common Windows header #include "win32/config_common.h" #endif