Change the #include order so that these tests compile on Windows.

This commit is contained in:
Francois Gouget 2002-09-17 00:04:35 +00:00 committed by Alexandre Julliard
parent de0f015df0
commit 5e5f7bbb02
3 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@
#include <assert.h>
#include "wine/test.h"
#include "winbase.h"
#include "winreg.h"
#include "winerror.h"

View File

@ -19,9 +19,9 @@
*/
#include "wine/test.h"
#include <shellapi.h>
#include <stdio.h>
#include <winbase.h>
#include <shellapi.h>
CHAR CURR_DIR[MAX_PATH];

View File

@ -1,7 +1,7 @@
#include "wine/test.h"
#include <stdio.h>
#include "winbase.h"
#include "wininet.h"
#include "wine/test.h"
int goon = 0;