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.
 
 
 
 
 
 

28 lines
708 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: headers.hxx
//
// Contents:
//
// History: 7-Oct-94 BruceFo Created
//
//----------------------------------------------------------------------------
#ifndef UNICODE
#error Disk Administrator MUST build with UNICODE defined!
#endif // UNICODE
////////////////////////////////////////////////////////////////////////////
#include <windows.h>
#include <windowsx.h>
#include <stdlib.h>
#include <math.h>
#include <debug.h>
#include <dacommon.h> // Common header file for Disk Administrator code
#include "controls.hxx"