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.

43 lines
874 B

  1. #ifdef WIN32
  2. #define LSA_AVAILABLE
  3. #define NTBUILD
  4. #endif
  5. #ifndef RC_INVOKED
  6. #ifdef NTBUILD
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. #endif
  11. #endif
  12. #include <windows.h>
  13. #ifndef RC_INVOKED
  14. #include <ntlsa.h>
  15. #include <port1632.h>
  16. #include "..\global.h"
  17. #endif
  18. #include "dlg.h"
  19. typedef PVOID *PPVOID;
  20. // Resource ids
  21. #define IDM_MAINMENU 3000
  22. #define IDM_ABOUT 3001
  23. #define IDM_PROGRAMMANAGER 3002
  24. #define IDM_WINDOWLIST 3003
  25. #define IDM_ACTIVEWINDOW 3004
  26. #define IDI_APPICON 3005
  27. // Define the maximum length of a resource string
  28. #define MAX_STRING_LENGTH 255
  29. #define MAX_STRING_BYTES (MAX_STRING_LENGTH + 1)
  30. #ifndef RC_INVOKED
  31. #include "token.h"
  32. #include "util.h"
  33. #include "lsa.h"
  34. #endif