Commit 56b9fea8 authored by Alexandre Julliard's avatar Alexandre Julliard

A few includes cleanup.

parent 74af67ef
......@@ -7,7 +7,6 @@
#include <string.h>
#include "wine/w32skrnl.h"
#include "winbase.h"
/***********************************************************************
......
......@@ -117,10 +117,7 @@ INSTALLED_INCLUDES = \
wine/obj_shellview.h \
wine/obj_storage.h \
wine/port.h \
wine/undocshell.h \
wine/unicode.h \
wine/w32skrnl.h \
wine/winestring.h \
winerror.h \
wingdi.h \
wininet.h \
......
#ifndef __WINE_WINE_W32SKRNL_H
#define __WINE_WINE_W32SKRNL_H
#include "windef.h"
LPSTR WINAPI GetWin32sDirectory(void);
DWORD WINAPI RtlNtStatusToDosError(DWORD error);
#endif /* __WINE_WINE_W32SKRNL_H */
......@@ -10,6 +10,5 @@ LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
/* compatibility macros; will be removed some day, please don't use them */
#define lstrcpyAtoW(dst,src) ((void)MultiByteToWideChar(CP_ACP,0,(src),-1,(dst),0x7fffffff))
#define lstrcpyWtoA(dst,src) ((void)WideCharToMultiByte(CP_ACP,0,(src),-1,(dst),0x7fffffff,NULL,NULL))
#define lstrncmpiA strncasecmp
#endif /* __WINE_WINE_WINESTRING_H */
......@@ -5,8 +5,6 @@ LANGUAGE LANG_WALON, SUBLANG_DEFAULT
* vos poloz scrre a l' adresse emile <linux-wa@chanae.alphanet.ch>
*/
#include <windows.h>
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
MENUITEM "&Rif", 61728
......
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