We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6075c98 commit bf41884Copy full SHA for bf41884
contrib/win32/win32compat/lsa/Ssh-lsa.h
@@ -41,14 +41,16 @@
41
#include <Ntsecapi.h>
42
#include <NTSecPkg.h>
43
#include <ntstatus.h>
44
-#include "Types.h"
+#include <stdio.h>
45
46
+#define Unsigned unsigned
47
+#define Char char
48
+#define Int int
49
+#define Long long
50
+#define Not(value) ((value) == 0)
51
#define PKG_NAME "SSH-LSA"
-
52
#define PKG_NAME_SIZE sizeof(PKG_NAME)
53
#define MAX_ACCOUNT_NAME_SIZE (256 * 2)
54
#define VERSION "4.0.346"
55
56
typedef struct _SshLsaAuth
contrib/win32/win32compat/lsa/Types.h
0 commit comments