Guest

Anders

By: a guest on Oct 19th, 2008  |  syntax: NullSoft Installer  |  size: 0.29 KB  |  hits: 70  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. /*** Super hacky .nsh and .h in one file ***/
  2.  
  3. #define /*
  4. !define /**/ /*\
  5. /**/VER_MAJOR 6
  6. #define /*
  7. !define /**/ /*\
  8. /**/VER_MINOR 99
  9.  
  10. #ifndef MAKESTR
  11. #define _MAKESTR(s) #s
  12. #define MAKESTR(s) _MAKESTR(s)
  13. #endif
  14. #define MAIN_APP_VERSION MAKESTR(VER_MAJOR) "." MAKESTR(VER_MINOR)