Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
647 B

4 years ago
  1. /*++ BUILD Version: ???? Increment this if a change has global effects
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. winsecp.h
  5. Abstract:
  6. Obsolete private Windows security definitions.
  7. Revision History:
  8. --*/
  9. #ifndef _WINSECP_
  10. #define _WINSECP_
  11. /*++ BUILD Version: 0003 // Increment this if a change has global effects
  12. Copyright (c) 1985-91, Microsoft Corporation
  13. Module Name:
  14. Abstract:
  15. Procedure declarations, constant definitions and macros for the User
  16. component.
  17. --*/
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif /* __cplusplus */
  21. #ifdef __cplusplus
  22. }
  23. #endif /* __cplusplus */
  24. #endif /* _WINSECP_ */