A few includes cleanup.
This commit is contained in:
parent
74af67ef42
commit
56b9fea89a
|
@ -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 \
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
#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 scrîre a l' adresse emile <linux-wa@chanae.alphanet.ch>
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
|
||||
{
|
||||
MENUITEM "&Rifé", 61728
|
||||
|
|
Loading…
Reference in New Issue