2025-04-27 07:49:33 -04:00

33 lines
401 B
C++

/*++
Copyright (c) 1994 Microsoft Corporation
All rights reserved.
Module Name:
precomp.hxx
Abstract:
Private precomp header
Author:
Albert Ting (AlbertT) 3-Dec-1994
Revision History:
--*/
extern "C" {
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
}
#include <windows.h>
#include <winspool.h>
#include <winperf.h>
#include <string.h>