Commit 34acebc1 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Fixed a few broken includes.

parent f0a0e126
......@@ -14,6 +14,7 @@
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/winestring.h"
#include "file.h"
#include "stackframe.h"
......
......@@ -9,6 +9,7 @@
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "builtin32.h"
#include "global.h"
#include "heap.h"
......
......@@ -9,6 +9,7 @@
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "winreg.h"
#include "global.h"
#include "winnt.h"
......
......@@ -8,6 +8,8 @@
* the function documentation for more details.
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wine/winbase16.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