33 lines
655 B
C++
33 lines
655 B
C++
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1998.
|
|
//
|
|
// File: headers.cxx
|
|
//
|
|
// Contents: Precompiled headers for userfile directory
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 02-Sep-99 PhilipLa Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
|
|
#include <stdio.h>
|
|
#include <io.h>
|
|
#include <malloc.h>
|
|
|
|
#include <tchar.h>
|
|
#include <setupapi.h>
|
|
#include <mbstring.h>
|
|
|
|
#include <shlobj.h>
|