Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ea483682
Commit
ea483682
authored
Nov 08, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
secur32: sspi.h must not include wtypes.h.
parent
7ab6d852
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
rpc_epmap.c
dlls/rpcrt4/rpc_epmap.c
+1
-1
ntlm.c
dlls/secur32/tests/ntlm.c
+2
-0
secur32.c
dlls/secur32/tests/secur32.c
+1
-0
sspi.h
include/sspi.h
+1
-1
No files found.
dlls/rpcrt4/rpc_epmap.c
View file @
ea483682
...
...
@@ -251,7 +251,7 @@ typedef unsigned int unsigned32;
typedef
struct
twr_t
{
unsigned32
tower_length
;
/* [size_is] */
byte
tower_octet_string
[
1
];
/* [size_is] */
BYTE
tower_octet_string
[
1
];
}
twr_t
;
RPC_STATUS
WINAPI
TowerExplode
(
...
...
dlls/secur32/tests/ntlm.c
View file @
ea483682
...
...
@@ -30,6 +30,8 @@
#include <winbase.h>
#define SECURITY_WIN32
#include <sspi.h>
#include <rpc.h>
#include <rpcdce.h>
#include "wine/test.h"
...
...
dlls/secur32/tests/secur32.c
View file @
ea483682
...
...
@@ -21,6 +21,7 @@
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#define SECURITY_WIN32
#include <security.h>
#include <schannel.h>
...
...
include/sspi.h
View file @
ea483682
...
...
@@ -18,7 +18,7 @@
#ifndef __WINE_SSPI_H__
#define __WINE_SSPI_H__
#include <wtypes.h>
/* FIXME: #include <sdkddkver.h> */
#ifdef __cplusplus
extern
"C"
{
...
...
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