Add missing wincred.h include on Windows

This commit is contained in:
Alessandro Pilotti 2020-03-25 05:09:29 +02:00
parent 7ff58e992a
commit 3850ba376c
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
#define STATUS_ACCOUNT_LOCKED_OUT ((NTSTATUS)0xC0000234L)
#define STATUS_ACCOUNT_EXPIRED ((NTSTATUS)0xC0000193L)
#define STATUS_LOGON_TYPE_NOT_GRANTED ((NTSTATUS)0xC000015BL)
#else
#include <wincred.h>
#endif
#endif /* WINPR_NT_H */