2009-20-10 Aleksey Chernov <virxkane@users.sourceforge.net>

* include/sspi.h: Include ntsecapi.h to correct postgresql build error.
This commit is contained in:
Chris Sutcliffe 2009-11-20 23:59:11 +00:00
parent 547f15d128
commit 626e7233d9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-20-10 Aleksey Chernov <virxkane@users.sourceforge.net>
* include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2009-20-10 Heiko Hund <heiko@ist.eigentlich.net>
* include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.

View File

@ -4,6 +4,8 @@
#pragma GCC system_header
#endif
#include <ntsecapi.h>
#ifdef __cplusplus
extern "C" {
#endif