mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[WININET_WINETEST]
* Improve the headers inclusion for urlcache.c. svn path=/trunk/; revision=59063
This commit is contained in:
parent
57540beb53
commit
816b8786c8
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
//#include <stdio.h>
|
||||
//#include <stdlib.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wininet.h>
|
||||
|
|
Loading…
Reference in a new issue