mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
640 B
17 lines
640 B
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#include <afx.h>
|
|
#include <afxwin.h> // MFC core and standard components
|
|
#include <afxext.h> // MFC extensions
|
|
#include <afxpriv.h>
|
|
#include <afxcoll.h> // collection class
|
|
#include <afxstat_.h>
|
|
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
|
#include <afxcmn.h> // MFC support for Windows 95 Common Control
|
|
#endif // _AFX_NO_AFXCMN_SUPPORT
|
|
#include <afxdisp.h> // CG: added by OLE Control Containment component
|
|
#include <shlobj.h>
|
|
#include <tchar.h>
|