MSP.RC
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:6k
源码类别:
Windows编程
开发平台:
Visual C++
- /*
- * M S P . R C
- *
- * Resource definitions for the Sample Message Store Provider.
- *
- * Copyright 1992-1995 Microsoft Corporation. All Rights Reserved.
- */
- #include <windows.h>
- #ifdef WIN32
- #include <winver.h>
- #else
- #include <ver.h>
- #endif
- #define WINDOWS_INCLUDED
- #include <pdkver.h>
- #include "msprc.h"
- /*
- * Dialogs
- */
- #include "msp.dlg"
- #ifdef DEBUG
- # define VER_FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE
- #else
- # define VER_FILEFLAGS VS_FF_PRERELEASE
- #endif
- #if (rmm < 10)
- #define rmmpad "0"
- #else
- #define rmmpad
- #endif
- #if defined(DEBUG) || defined(TEST)
- #define SzVer(a,b,c) #a ".00." rmmpad #b "." #c
- #else
- #define SzVer(a,b,c) #a ".0"
- #endif
- #define VERSTR(a,b,c) SzVer(a,b,c)
- #define VER_FILEVERSION_STR VERSTR(rmj, rmm, rup) "