This commit is contained in:
racham%netscape.com 1999-02-03 16:35:58 +00:00
Родитель e040e486ed
Коммит ad28084d50
1 изменённых файлов: 16 добавлений и 0 удалений

16
cck/driver/StdAfx.h Normal file
Просмотреть файл

@ -0,0 +1,16 @@
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT