Leaked source code of windows server 2003
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.

32 lines
429 B

  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. smdllp.h
  5. Abstract:
  6. Session Manager Dll Private Types and Prototypes
  7. Author:
  8. Mark Lucovsky (markl) 04-Oct-1989
  9. Revision History:
  10. --*/
  11. #ifndef _SMSRVP_
  12. #define _SMSRVP_
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <ntsm.h>
  16. #define NOEXTAPI
  17. #include <wdbgexts.h>
  18. #include <ntdbg.h>
  19. #include "sm.h"
  20. #endif // _SMDLLP_