mirror of https://github.com/tongzx/nt5src
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.
24 lines
548 B
24 lines
548 B
/****************************************************************************
|
|
|
|
Contains the standard headers
|
|
|
|
Copyright (c) Microsoft Corporation 1995
|
|
|
|
8/11/95 Brian McDowell
|
|
|
|
*******************************************************************************/
|
|
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
#include <windowsx.h>
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
#include <io.h>
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <memory.h>
|
|
#include <commctrl.h>
|
|
#include <prsht.h>
|
|
#include <tchar.h>
|