Source code of Windows XP (NT5)
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

/****************************************************************************
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>