Commit f5cea729 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

We must include windef.h before wtypes.h (directly or indirectly).

parent f2ab8ff2
......@@ -5,11 +5,12 @@
*/
#include <stdio.h>
#include "unknwn.h"
#include "filedlgbrowser.h"
#include "windef.h"
#include "wingdi.h"
#include "winuser.h"
#include "unknwn.h"
#include "wine/winestring.h"
#include "heap.h"
#include "shlguid.h"
......
......@@ -3,8 +3,8 @@
/* MAY NOT CONTAIN X11 or DGA specific includes/defines/structs! */
#include "wtypes.h"
#include "winbase.h"
#include "wtypes.h"
#include "wingdi.h"
#include "winuser.h"
#include "ddraw.h"
......
#include "windef.h"
#include "wine/obj_base.h"
#include "winerror.h"
#include "debugtools.h"
......
......@@ -6,9 +6,10 @@
*/
#include <assert.h>
#include "winerror.h"
#include "wtypes.h"
#include "winbase.h"
#include "wtypes.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "wine/obj_misc.h"
......
......@@ -8,6 +8,7 @@
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "wine/obj_base.h"
#include "wine/obj_extracticon.h"
#include "wine/undocshell.h"
......
......@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "servprov.h"
#include "shlguid.h"
#include "shlobj.h"
......
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