Re: Add some missing includes which contain used prototypes
9 Dec
2005
9 Dec
'05
10:45 a.m.
Vincent Béron <vberon(a)mecano.gme.usherb.ca> writes:
--- dlls/kernel/change.c 28 Nov 2005 20:10:40 -0000 1.11 +++ dlls/kernel/change.c 9 Dec 2005 02:20:19 -0000 @@ -31,6 +31,7 @@ #include "winerror.h" #include "winternl.h" #include "kernel_private.h" +#include "wine/winbase16.h" #include "wine/windef16.h" #include "wine/server.h" #include "wine/debug.h"
Please don't add more 16-bit headers to 32-bit files, we are trying to get rid of them. -- Alexandre Julliard julliard(a)winehq.org
7309
Age (days ago)
7309
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard