Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3826f77f
Commit
3826f77f
authored
Mar 19, 2002
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes.
parent
fc932611
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
commctrl.h
include/commctrl.h
+5
-3
winbase.h
include/winbase.h
+1
-1
No files found.
include/commctrl.h
View file @
3826f77f
...
...
@@ -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
{
...
...
include/winbase.h
View file @
3826f77f
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment