Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

26 lines
549 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: pch.cxx
//
// History: 09-Sep-93 DrewB Created
//
//----------------------------------------------------------------------------
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <time.h>
#define INC_OLE2
#include <windows.h>
#if WIN32 != 300
#include <compobj.h>
#include <storage.h>
#endif
#include <stgint.h>
#include <memalloc.h>
#include "tutils.hxx"