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
de17a77b
Commit
de17a77b
authored
Jul 16, 2023
by
Vitaly Lipatov
Committed by
Alexandre Julliard
Aug 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some missing defines.
parent
9d509c03
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
lmshare.h
include/lmshare.h
+2
-0
msasn1.h
include/msasn1.h
+4
-0
ntstatus.h
include/ntstatus.h
+1
-0
No files found.
include/lmshare.h
View file @
de17a77b
...
...
@@ -74,6 +74,8 @@ NET_API_STATUS WINAPI NetShareSetInfo(LMSTR,LMSTR,DWORD,LPBYTE,LPDWORD);
#define STYPE_IPC 3
#define STYPE_SPECIAL 0x80000000
#define SHI_USES_UNLIMITED (DWORD)(-1)
NET_API_STATUS
WINAPI
NetSessionDel
(
LMSTR
,
LMSTR
,
LMSTR
);
NET_API_STATUS
WINAPI
NetSessionEnum
(
LMSTR
,
LMSTR
,
LMSTR
,
DWORD
,
LPBYTE
*
,
DWORD
,
LPDWORD
,
LPDWORD
,
LPDWORD
);
NET_API_STATUS
WINAPI
NetSessionGetInfo
(
LMSTR
,
LMSTR
,
LMSTR
,
DWORD
,
LPBYTE
*
);
...
...
include/msasn1.h
View file @
de17a77b
...
...
@@ -46,6 +46,10 @@ typedef ASN1uint16_t ASN1choice_t;
typedef
ASN1uint32_t
ASN1magic_t
;
typedef
ASN1ztcharstring_t
ASN1objectdescriptor_t
;
#define ASN1_PUBLIC DECLSPEC_IMPORT
#define ASN1API __stdcall
#define ASN1CALL __stdcall
#define ASN1_MAKE_VERSION(major,minor) (((major) << 16) | (minor))
#define ASN1_THIS_VERSION ASN1_MAKE_VERSION(1,0)
...
...
include/ntstatus.h
View file @
de17a77b
...
...
@@ -1413,6 +1413,7 @@
#define STATUS_SMI_PRIMITIVE_INSTALLER_FAILED ((NTSTATUS) 0xC0150025)
#define STATUS_GENERIC_COMMAND_FAILED ((NTSTATUS) 0xC0150026)
#define STATUS_SXS_FILE_HASH_MISSING ((NTSTATUS) 0xC0150027)
#define STATUS_HANDLE_NO_LONGER_VALID ((NTSTATUS) 0xC0190028)
#define STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER ((NTSTATUS) 0xC01E0000)
#define STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER ((NTSTATUS) 0xC01E0001)
...
...
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