Commit 3826f77f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Small fixes.

parent fc932611
......@@ -3035,9 +3035,11 @@ typedef struct tagNMLVFINDITEMW
LVFINDINFOW lvfi;
} NMLVFINDITEMW, *LPNMLVFINDITEMW;
#define NMFINDITEM WINELIB_NAME_AW(NMLVFINDITEM)
#define PNMFINDITEM LPNMLVFINDITEM
#define LPNMFINDITEM WINELIB_NAME_AW(LPNMLVFINDITEM)
#define NMLVFINDITEM WINELIB_NAME_AW(NMLVFINDITEM)
#define LPNMLVFINDITEM WINELIB_NAME_AW(LPNMLVFINDITEM)
#define NM_FINDITEM NMLVFINDITEM
#define LPNM_FINDITEM LPNMLVFINDITEM
#define PNM_FINDITEM LPNMLVFINDITEM
typedef struct tagNMLVODSTATECHANGE
{
......
......@@ -1673,7 +1673,7 @@ LPWSTR WINAPI lstrcpynW(LPWSTR,LPCWSTR,INT);
INT WINAPI lstrlenA(LPCSTR);
INT WINAPI lstrlenW(LPCWSTR);
#define lstrlen WINELIB_NAME_AW(lstrlen)
HINSTANCE WINAPI WinExec(LPCSTR,UINT);
UINT WINAPI WinExec(LPCSTR,UINT);
LONG WINAPI _hread(HFILE,LPVOID,LONG);
LONG WINAPI _hwrite(HFILE,LPCSTR,LONG);
HFILE WINAPI _lcreat(LPCSTR,INT);
......
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