Skip to content

Commit bf41884

Browse files
committed
5-12 C6
1 parent 6075c98 commit bf41884

File tree

2 files changed

+6
-63
lines changed

2 files changed

+6
-63
lines changed

contrib/win32/win32compat/lsa/Ssh-lsa.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,16 @@
4141
#include <Ntsecapi.h>
4242
#include <NTSecPkg.h>
4343
#include <ntstatus.h>
44-
#include "Types.h"
44+
#include <stdio.h>
4545

46+
#define Unsigned unsigned
47+
#define Char char
48+
#define Int int
49+
#define Long long
50+
#define Not(value) ((value) == 0)
4651
#define PKG_NAME "SSH-LSA"
47-
4852
#define PKG_NAME_SIZE sizeof(PKG_NAME)
49-
5053
#define MAX_ACCOUNT_NAME_SIZE (256 * 2)
51-
5254
#define VERSION "4.0.346"
5355

5456
typedef struct _SshLsaAuth

contrib/win32/win32compat/lsa/Types.h

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)