Process Hacker
|
#include "phapprev.h"
Go to the source code of this file.
Macros | |
#define | PHAPP_VERSION_MAJOR 2 |
#define | PHAPP_VERSION_MINOR 36 |
#define | PHAPP_VERSION_BUILD 0 |
#define | TWO_DIGIT_VER 1 |
#define | DO_MAKE_STR(x) #x |
#define | MAKE_STR(x) DO_MAKE_STR(x) |
#define | PHAPP_VERSION_STRING MAKE_STR(PHAPP_VERSION_MAJOR) "." MAKE_STR(PHAPP_VERSION_MINOR) ".0" "." MAKE_STR(PHAPP_VERSION_REVISION) |
#define | PHAPP_VERSION_NUMBER PHAPP_VERSION_MAJOR,PHAPP_VERSION_MINOR,PHAPP_VERSION_BUILD,PHAPP_VERSION_REVISION |
#define DO_MAKE_STR | ( | x | ) | #x |
Definition at line 19 of file phappres.h.
#define MAKE_STR | ( | x | ) | DO_MAKE_STR(x) |
Definition at line 20 of file phappres.h.
#define PHAPP_VERSION_BUILD 0 |
Definition at line 11 of file phappres.h.
#define PHAPP_VERSION_MAJOR 2 |
Definition at line 9 of file phappres.h.
#define PHAPP_VERSION_MINOR 36 |
Definition at line 10 of file phappres.h.
#define PHAPP_VERSION_NUMBER PHAPP_VERSION_MAJOR,PHAPP_VERSION_MINOR,PHAPP_VERSION_BUILD,PHAPP_VERSION_REVISION |
Definition at line 30 of file phappres.h.
#define PHAPP_VERSION_STRING MAKE_STR(PHAPP_VERSION_MAJOR) "." MAKE_STR(PHAPP_VERSION_MINOR) ".0" "." MAKE_STR(PHAPP_VERSION_REVISION) |
Definition at line 25 of file phappres.h.
#define TWO_DIGIT_VER 1 |
Definition at line 14 of file phappres.h.