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.
25 lines
553 B
25 lines
553 B
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#ifdef ASSERT
|
|
# undef ASSERT
|
|
#endif
|
|
|
|
#include <afxwin.h> // MFC core and standard components
|
|
#include <afxext.h> // MFC extensions
|
|
|
|
#include <llsapi.h>
|
|
|
|
extern "C"
|
|
{
|
|
# include <ntlsa.h>
|
|
}
|
|
|
|
#include <afxdisp.h> // MFC OLE automation classes
|
|
#include <afxcmn.h>
|
|
#include <afxdlgs.h>
|