[WININET_WINETEST]

* Improve the headers inclusion for urlcache.c.

svn path=/trunk/; revision=59063
This commit is contained in:
Amine Khaldi 2013-05-21 19:56:35 +00:00
parent 57540beb53
commit 816b8786c8

View file

@ -22,6 +22,10 @@
//#include <stdio.h> //#include <stdio.h>
//#include <stdlib.h> //#include <stdlib.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <wininet.h> #include <wininet.h>