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
7ab6d852
Commit
7ab6d852
authored
Nov 08, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes.
parent
7a2bd72b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
13 deletions
+7
-13
stringtable.c
dlls/setupapi/stringtable.c
+2
-0
stringtable.c
dlls/setupapi/tests/stringtable.c
+5
-0
setupapi.h
include/setupapi.h
+0
-13
No files found.
dlls/setupapi/stringtable.c
View file @
7ab6d852
...
...
@@ -37,6 +37,8 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
setupapi
);
DECLARE_HANDLE
(
HSTRING_TABLE
);
typedef
struct
_TABLE_SLOT
{
LPWSTR
pString
;
...
...
dlls/setupapi/tests/stringtable.c
View file @
7ab6d852
...
...
@@ -34,6 +34,11 @@
#include "wine/test.h"
DECLARE_HANDLE
(
HSTRING_TABLE
);
/* Flags for StringTableAddString and StringTableLookUpString */
#define ST_CASE_SENSITIVE_COMPARE 0x00000001
static
DWORD
(
WINAPI
*
pStringTableAddString
)(
HSTRING_TABLE
,
LPWSTR
,
DWORD
);
static
VOID
(
WINAPI
*
pStringTableDestroy
)(
HSTRING_TABLE
);
static
HSTRING_TABLE
(
WINAPI
*
pStringTableDuplicate
)(
HSTRING_TABLE
hStringTable
);
...
...
include/setupapi.h
View file @
7ab6d852
...
...
@@ -158,8 +158,6 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_FILE_CALLBACK)
typedef
UINT
DI_FUNCTION
;
DECLARE_HANDLE
(
HSTRING_TABLE
);
typedef
struct
_SP_CLASSINSTALL_HEADER
{
DWORD
cbSize
;
...
...
@@ -417,9 +415,6 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PFILEPATHS)
#define SP_COPY_NOPRUNE 0x00100000
#define SP_COPY_OEM_F6_INF 0x00200000
/* Flags for StringTableAddString and StringTableLookUpString */
#define ST_CASE_SENSITIVE_COMPARE 0x00000001
#define FLG_ADDREG_DELREG_BIT 0x00008000
#define FLG_ADDREG_BINVALUETYPE 0x00000001
#define FLG_ADDREG_NOCLOBBER 0x00000002
...
...
@@ -885,14 +880,6 @@ BOOL WINAPI SetupSetFileQueueAlternatePlatformW( HSPFILEQ, PSP_ALTPLATFORM_I
BOOL
WINAPI
SetupSetFileQueueFlags
(
HSPFILEQ
,
DWORD
,
DWORD
);
void
WINAPI
SetupTermDefaultQueueCallback
(
PVOID
);
DWORD
WINAPI
StampFileSecurity
(
PCWSTR
,
PSECURITY_DESCRIPTOR
);
DWORD
WINAPI
StringTableAddString
(
HSTRING_TABLE
,
LPWSTR
,
DWORD
);
VOID
WINAPI
StringTableDestroy
(
HSTRING_TABLE
);
HSTRING_TABLE
WINAPI
StringTableDuplicate
(
HSTRING_TABLE
hStringTable
);
HSTRING_TABLE
WINAPI
StringTableInitialize
(
VOID
);
DWORD
WINAPI
StringTableLookUpString
(
HSTRING_TABLE
,
LPWSTR
,
DWORD
);
LPWSTR
WINAPI
StringTableStringFromId
(
HSTRING_TABLE
,
DWORD
);
BOOL
WINAPI
StringTableStringFromIdEx
(
HSTRING_TABLE
,
DWORD
,
LPWSTR
,
LPDWORD
);
VOID
WINAPI
StringTableTrim
(
HSTRING_TABLE
);
DWORD
WINAPI
TakeOwnershipOfFile
(
PCWSTR
);
PSTR
WINAPI
UnicodeToMultiByte
(
PCWSTR
lpUnicodeStr
,
UINT
uCodePage
);
BOOL
WINAPI
UnmapAndCloseFile
(
HANDLE
,
HANDLE
,
PVOID
);
...
...
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