Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2fb391b3
Commit
2fb391b3
authored
Jan 20, 2007
by
Bang Jun-Young
Committed by
Alexandre Julliard
Jan 22, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winbase.h: Cosmetic changes.
parent
b7d0d059
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
winbase.h
include/winbase.h
+6
-6
No files found.
include/winbase.h
View file @
2fb391b3
...
...
@@ -2089,6 +2089,10 @@ BOOL WINAPI ZombifyActCtx(HANDLE);
LPSTR
WINAPI
lstrcatA
(
LPSTR
,
LPCSTR
);
LPWSTR
WINAPI
lstrcatW
(
LPWSTR
,
LPCWSTR
);
INT
WINAPI
lstrcmpA
(
LPCSTR
,
LPCSTR
);
INT
WINAPI
lstrcmpW
(
LPCWSTR
,
LPCWSTR
);
INT
WINAPI
lstrcmpiA
(
LPCSTR
,
LPCSTR
);
INT
WINAPI
lstrcmpiW
(
LPCWSTR
,
LPCWSTR
);
LPSTR
WINAPI
lstrcpyA
(
LPSTR
,
LPCSTR
);
LPWSTR
WINAPI
lstrcpyW
(
LPWSTR
,
LPCWSTR
);
LPSTR
WINAPI
lstrcpynA
(
LPSTR
,
LPCSTR
,
INT
);
...
...
@@ -2174,6 +2178,8 @@ extern inline LPSTR WINAPI lstrcatA( LPSTR dst, LPCSTR src )
#endif
/* !defined(WINE_NO_INLINE_STRING) && defined(__WINESRC__) */
#define lstrcat WINELIB_NAME_AW(lstrcat)
#define lstrcmp WINELIB_NAME_AW(lstrcmp)
#define lstrcmpi WINELIB_NAME_AW(lstrcmpi)
#define lstrcpy WINELIB_NAME_AW(lstrcpy)
#define lstrcpyn WINELIB_NAME_AW(lstrcpyn)
#define lstrlen WINELIB_NAME_AW(lstrlen)
...
...
@@ -2186,12 +2192,6 @@ LONG WINAPI _llseek(HFILE,LONG,INT);
HFILE
WINAPI
_lopen
(
LPCSTR
,
INT
);
UINT
WINAPI
_lread
(
HFILE
,
LPVOID
,
UINT
);
UINT
WINAPI
_lwrite
(
HFILE
,
LPCSTR
,
UINT
);
INT
WINAPI
lstrcmpA
(
LPCSTR
,
LPCSTR
);
INT
WINAPI
lstrcmpW
(
LPCWSTR
,
LPCWSTR
);
#define lstrcmp WINELIB_NAME_AW(lstrcmp)
INT
WINAPI
lstrcmpiA
(
LPCSTR
,
LPCSTR
);
INT
WINAPI
lstrcmpiW
(
LPCWSTR
,
LPCWSTR
);
#define lstrcmpi WINELIB_NAME_AW(lstrcmpi)
/* compatibility macros */
#define FillMemory RtlFillMemory
...
...
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