
Anders
By: a guest on Oct 19th, 2008 | syntax:
NullSoft Installer | size: 0.29 KB | hits: 70 | expires: Never
/*** Super hacky .nsh and .h in one file ***/
#define /*
!define /**/ /*\
/**/VER_MAJOR 6
#define /*
!define /**/ /*\
/**/VER_MINOR 99
#ifndef MAKESTR
#define _MAKESTR(s) #s
#define MAKESTR(s) _MAKESTR(s)
#endif
#define MAIN_APP_VERSION MAKESTR(VER_MAJOR) "." MAKESTR(VER_MINOR)