urlmon/tests: Fix compilation with the PSDK headers.

This commit is contained in:
Francois Gouget 2006-11-07 00:44:08 +01:00 committed by Alexandre Julliard
parent 30e44c85c8
commit 43b52ebb8e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <wine/test.h>
#include <stdarg.h>
#include <stddef.h>
#include "windef.h"
#include "winbase.h"