Source code of Windows XP (NT5)
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.

29 lines
547 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: winlogon.h
  3. *
  4. * Copyright (c) 1991, Microsoft Corporation
  5. *
  6. * Main header file for winlogon
  7. *
  8. * History:
  9. * 12-09-91 Davidc Created.
  10. \***************************************************************************/
  11. #ifndef RC_INVOKED
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #endif
  16. #include <windows.h>
  17. #include <winuserp.h>
  18. //
  19. // Include individual module header files
  20. //
  21. #include "secdesc.h"
  22. #include "security.h"
  23. #include "util.h"