mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +00:00
[LOCALUI_WINETEST]
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=63061
This commit is contained in:
parent
5f9ea33d77
commit
8b3a1ce99d
1 changed files with 7 additions and 7 deletions
|
@ -44,12 +44,12 @@ static BOOL (WINAPI *pAddPortUI)(PCWSTR, HWND, PCWSTR, PWSTR *);
|
||||||
static BOOL (WINAPI *pConfigurePortUI)(PCWSTR, HWND, PCWSTR);
|
static BOOL (WINAPI *pConfigurePortUI)(PCWSTR, HWND, PCWSTR);
|
||||||
static BOOL (WINAPI *pDeletePortUI)(PCWSTR, HWND, PCWSTR);
|
static BOOL (WINAPI *pDeletePortUI)(PCWSTR, HWND, PCWSTR);
|
||||||
|
|
||||||
static WCHAR does_not_existW[] = {'d','o','e','s','_','n','o','t','_','e','x','i','s','t',0};
|
static const WCHAR does_not_existW[] = {'d','o','e','s','_','n','o','t','_','e','x','i','s','t',0};
|
||||||
static WCHAR emptyW[] = {0};
|
static const WCHAR emptyW[] = {0};
|
||||||
static CHAR fmt_comA[] = {'C','O','M','%','u',':',0};
|
static const CHAR fmt_comA[] = {'C','O','M','%','u',':',0};
|
||||||
static CHAR fmt_lptA[] = {'L','P','T','%','u',':',0};
|
static const CHAR fmt_lptA[] = {'L','P','T','%','u',':',0};
|
||||||
static WCHAR localportW[] = {'L','o','c','a','l',' ','P','o','r','t',0};
|
static const WCHAR localportW[] = {'L','o','c','a','l',' ','P','o','r','t',0};
|
||||||
static WCHAR portname_fileW[] = {'F','I','L','E',':',0};
|
static const WCHAR portname_fileW[] = {'F','I','L','E',':',0};
|
||||||
|
|
||||||
static LPBYTE pi_buffer;
|
static LPBYTE pi_buffer;
|
||||||
static DWORD pi_numports;
|
static DWORD pi_numports;
|
||||||
|
@ -64,7 +64,7 @@ static LPWSTR com_absent;
|
||||||
|
|
||||||
/* ########################### */
|
/* ########################### */
|
||||||
|
|
||||||
static PORT_INFO_2W * find_portinfo2(LPWSTR pPort)
|
static PORT_INFO_2W * find_portinfo2(LPCWSTR pPort)
|
||||||
{
|
{
|
||||||
PORT_INFO_2W * pi;
|
PORT_INFO_2W * pi;
|
||||||
DWORD res;
|
DWORD res;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue