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
b1494b13
Commit
b1494b13
authored
Sep 01, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
query: Make ntquery.h C++ compatible.
Add missing prototypes. Add a commented-out #include directive as a reminder.
parent
16793656
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
ntquery.h
include/ntquery.h
+16
-2
No files found.
include/ntquery.h
View file @
b1494b13
...
...
@@ -19,6 +19,8 @@
#ifndef __WINE_NTQUERY_H__
#define __WINE_NTQUERY_H__
/* FIXME: #include <stgprop.h> */
#include <pshpack4.h>
typedef
struct
_CI_STATE
...
...
@@ -42,8 +44,6 @@ typedef struct _CI_STATE
#include <poppack.h>
STDAPI
CIState
(
WCHAR
const
*
,
WCHAR
const
*
,
CI_STATE
*
);
#define PSGUID_STORAGE {0xb725f130, 0x47ef, 0x101a, {0xa5, 0xf1, 0x02, 0x60, 0x8c, 0x9e, 0xeb, 0xac}}
#define PID_STG_DIRECTORY ((PROPID)0x02)
#define PID_STG_CLASSID ((PROPID)0x03)
...
...
@@ -65,4 +65,18 @@ STDAPI CIState(WCHAR const *, WCHAR const *, CI_STATE *);
#define PID_STG_SHORTNAME ((PROPID)0x14)
#define PID_STG_MAX PID_STG_SHORTNAME
#ifdef __cplusplus
extern
"C"
{
#endif
STDAPI
CIState
(
WCHAR
const
*
,
WCHAR
const
*
,
CI_STATE
*
);
STDAPI
LocateCatalogsA
(
CHAR
const
*
,
ULONG
,
CHAR
*
,
ULONG
*
,
CHAR
*
,
ULONG
*
);
STDAPI
LocateCatalogsW
(
WCHAR
const
*
,
ULONG
,
WCHAR
*
,
ULONG
*
,
WCHAR
*
,
ULONG
*
);
#define LocateCatalogs WINELIB_NAME_AW(LocateCatalogs)
#ifdef __cplusplus
}
#endif
#endif
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