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:
parent
547f15d128
commit
626e7233d9
|
@ -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.
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#include <ntsecapi.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue