Throughout, drop unnecessary explicit includes of windows header files

included by default.
	* winlean.h: Add long comment to explain why we have to define certain
	symbols.
	(_NORMALIZE_): Define.
	(_WINNLS_): Drop definition and subsequent undef.
	(_WINNETWK_): Ditto.
	(_WINSVC_): Ditto.

2013-11-23  Eric Blake  <eblake@redhat.com>
This commit is contained in:
Corinna Vinschen
2013-11-24 12:13:36 +00:00
parent 6958a5e8f1
commit d2a88d9792
21 changed files with 23 additions and 49 deletions

View File

@ -14,9 +14,6 @@ details. */
#include <stdio.h>
#include <stdlib.h>
#include <wchar.h>
#include <wingdi.h>
#include <winuser.h>
#include <winnls.h>
#include <ctype.h>
#include <sys/param.h>
#include <sys/cygwin.h>