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
1f3eca66
Commit
1f3eca66
authored
Jun 04, 2012
by
André Hentschel
Committed by
Alexandre Julliard
Jun 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32/tests: Add tests for LCMapStringEx.
parent
8dbc39b4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
locale.c
dlls/kernel32/tests/locale.c
+0
-0
winnls.h
include/winnls.h
+14
-0
No files found.
dlls/kernel32/tests/locale.c
View file @
1f3eca66
This diff is collapsed.
Click to expand it.
include/winnls.h
View file @
1f3eca66
...
...
@@ -667,6 +667,19 @@ typedef struct _currencyfmtW
DECL_WINELIB_TYPE_AW
(
CURRENCYFMT
)
DECL_WINELIB_TYPE_AW
(
LPCURRENCYFMT
)
typedef
struct
_nlsversioninfo
{
DWORD
dwNLSVersionInfoSize
;
DWORD
dwNLSVersion
;
DWORD
dwDefinedVersion
;
}
NLSVERSIONINFO
,
*
LPNLSVERSIONINFO
;
typedef
struct
_nlsversioninfoex
{
DWORD
dwNLSVersionInfoSize
;
DWORD
dwNLSVersion
;
DWORD
dwDefinedVersion
;
DWORD
dwEffectiveId
;
GUID
guidCustomVersion
;
}
NLSVERSIONINFOEX
,
*
LPNLSVERSIONINFOEX
;
/* Define a bunch of callback types */
...
...
@@ -849,6 +862,7 @@ WINBASEAPI INT WINAPI LCIDToLocaleName(LCID,LPWSTR,INT,DWORD);
WINBASEAPI
INT
WINAPI
LCMapStringA
(
LCID
,
DWORD
,
LPCSTR
,
INT
,
LPSTR
,
INT
);
WINBASEAPI
INT
WINAPI
LCMapStringW
(
LCID
,
DWORD
,
LPCWSTR
,
INT
,
LPWSTR
,
INT
);
#define LCMapString WINELIB_NAME_AW(LCMapString)
WINBASEAPI
INT
WINAPI
LCMapStringEx
(
LPCWSTR
,
DWORD
,
LPCWSTR
,
INT
,
LPWSTR
,
INT
,
LPNLSVERSIONINFO
,
LPVOID
,
LPARAM
);
WINBASEAPI
LCID
WINAPI
LocaleNameToLCID
(
LPCWSTR
,
DWORD
);
WINBASEAPI
INT
WINAPI
MultiByteToWideChar
(
UINT
,
DWORD
,
LPCSTR
,
INT
,
LPWSTR
,
INT
);
WINNORMALIZEAPI
INT
WINAPI
NormalizeString
(
NORM_FORM
,
LPCWSTR
,
INT
,
LPWSTR
,
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