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

This commit is contained in:
Francois Gouget 2000-11-08 05:05:15 +00:00 committed by Alexandre Julliard
parent f2ab8ff221
commit f5cea729a6
6 changed files with 8 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -1,4 +1,5 @@
#include "windef.h"
#include "wine/obj_base.h"
#include "winerror.h"
#include "debugtools.h"

View File

@ -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"

View File

@ -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"

View File

@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include "windef.h"
#include "servprov.h"
#include "shlguid.h"
#include "shlobj.h"