Commit 5e5f7bbb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent de0f015d
......@@ -20,6 +20,7 @@
#include <assert.h>
#include "wine/test.h"
#include "winbase.h"
#include "winreg.h"
#include "winerror.h"
......
......@@ -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];
......
#include "wine/test.h"
#include <stdio.h>
#include "winbase.h"
#include "wininet.h"
#include "wine/test.h"
int goon = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment