#ifndef _APPDEF_H_ #define _APPDEF_H_ //Don't put tabs here since it will screw up the installer package #define APP_NAME _T("Elf Viewer") #define APP_VERSION (110) #define APP_VERSIONSTR _T("1.10") #endif