Change the #include order so that these tests compile on Windows.
This commit is contained in:
parent
de0f015df0
commit
5e5f7bbb02
|
@ -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];
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "wine/test.h"
|
||||
#include <stdio.h>
|
||||
#include "winbase.h"
|
||||
#include "wininet.h"
|
||||
#include "wine/test.h"
|
||||
|
||||
int goon = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue