NT4/private/ole32/stg/docfile/tests/pch.cxx
2020-09-30 17:12:29 +02:00

21 lines
462 B
C++

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: pch.cxx
//
// Contents: Precompiled header file
//
// History: 03-Sep-93 DrewB Created
//
//----------------------------------------------------------------------------
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include "tsupp.hxx"