sas.h 339 B

1234567891011121314151617181920
  1. /**
  2. * This file is part of the mingw-w64 runtime package.
  3. * No warranty is given; refer to the file DISCLAIMER within this package.
  4. */
  5. #include <winapifamily.h>
  6. #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP)
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. VOID WINAPI SendSAS (WINBOOL AsUser);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif