Skip to content
Snippets Groups Projects
Commit f5cea729 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent f2ab8ff2
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment