fixed header usage. Please avoid using windows.h

svn path=/trunk/; revision=14517
This commit is contained in:
Steven Edwards 2005-04-05 19:22:30 +00:00
parent ff86185830
commit bd3a9da15f
3 changed files with 17 additions and 6 deletions

View file

@ -1,4 +1,4 @@
/* $Id: chklib.c,v 1.2 2000/02/29 23:57:46 ea Exp $
/* $Id$
*
* chklib.c
*
@ -27,10 +27,14 @@
*
*/
//#define UNICODE
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include "win32err.h"
#ifdef DISPLAY_VERSION