Windows headers must be included after wine/test.h.
This commit is contained in:
parent
0f1f42ea9c
commit
80b72db33b
|
@ -18,8 +18,8 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "winbase.h"
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
#include "winbase.h"
|
||||||
|
|
||||||
|
|
||||||
/* If you change something in these tests, please do the same
|
/* If you change something in these tests, please do the same
|
||||||
|
|
Loading…
Reference in New Issue