config: Formatting
This commit is contained in:
+11
-11
@@ -2,27 +2,27 @@
|
|||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
#define BASE_VER 1108
|
#define BASE_VER 1108
|
||||||
|
|
||||||
#define PRO
|
#define PRO
|
||||||
#ifdef PRO
|
#ifdef PRO
|
||||||
#define PRO_F 0x010000
|
#define PRO_F 0x010000
|
||||||
#else
|
#else
|
||||||
#define PRO_F 0
|
#define PRO_F 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEMO
|
#ifdef DEMO
|
||||||
#define DEMO_F 0x080000
|
#define DEMO_F 0x080000
|
||||||
#else
|
#else
|
||||||
#define DEMO_F 0
|
#define DEMO_F 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef EDU
|
#ifdef EDU
|
||||||
#define EDU_F 0x200000
|
#define EDU_F 0x200000
|
||||||
#else
|
#else
|
||||||
#define EDU_F 0
|
#define EDU_F 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VERSION (BASE_VER|PRO_F|DEMO_F|EDU_F)
|
#define VERSION (BASE_VER | PRO_F | DEMO_F | EDU_F)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user