mingw-w64/mingw-w64-headers/include/sas.h
Kai Tietz 8ea719ddf1 Add Security Attention Sequence header.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@6521 4407c894-4637-0410-b4f5-ada5f102cad1
2014-03-12 19:24:30 +00:00

21 lines
339 B
C

/**
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
#include <winapifamily.h>
#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
#ifdef __cplusplus
extern "C" {
#endif
VOID WINAPI SendSAS (WINBOOL AsUser);
#ifdef __cplusplus
}
#endif
#endif