MIXAPP.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:12k
源码类别:
Windows编程
开发平台:
Visual C++
- //==========================================================================;
- //
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
- // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
- // PURPOSE.
- //
- // Copyright (C) 1993 - 1997 Microsoft Corporation. All Rights Reserved.
- //
- //--------------------------------------------------------------------------;
- //
- // mixapp.h
- //
- //==========================================================================;
- #ifndef _INC_MIXAPP
- #define _INC_MIXAPP // #defined if file has been included
- #ifndef RC_INVOKED
- #pragma pack(1) // assume byte packing throughout
- #endif
- #ifndef EXTERN_C
- #ifdef __cplusplus
- #define EXTERN_C extern "C"
- #else
- #define EXTERN_C extern
- #endif
- #endif
- #ifdef __cplusplus
- extern "C" // assume C declarations for C++
- {
- #endif
- //
- //Some useful stuff to clarify the code a bit
- //
- #ifndef FNLOCAL
- #ifdef DEBUG
- #define FNLOCAL _stdcall
- #else
- #define FNLOCAL static _stdcall
- #endif
- #define FNGLOBAL _stdcall
- #define FNCGLOBAL _cdecl
- #endif
- //
- // for compiling Unicode
- //
- #ifdef UNICODE
- #define SIZEOF(x) (sizeof(x)/sizeof(WCHAR))
- #else
- #define SIZEOF(x) sizeof(x)
- #endif
- //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ;
- //
- // Application Version Information:
- //
- //
- //
- //
- // NOTE! all string resources that will be used in app.rcv for the
- // version resource information *MUST* have an explicit