WindowsXP-SP1/inetsrv/iis/svcs/infocomm/lonsi/nt/lonsint.hxx

34 lines
496 B
C++
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name :
lonsint.hxx
Abstract:
Main NT LONSI sources file
Author:
Johnson Apacible (johnsona) 01-Nov-1996
--*/
#ifndef _LONSINT_HXX_
#define _LONSINT_HXX_
extern "C" {
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <lmcons.h>
};
#define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
#include "dbgutil.h"
#endif // _LONSINT_HXX_