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.

52 lines
1.7 KiB

  1. /*++
  2. Copyright (C) 2000 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.hpp
  6. Abstract:
  7. This file contains the startup code for the
  8. surrogate rpc server used to load 64 bit dlls
  9. in 32 bit apps
  10. Author:
  11. Khaled Sedky (khaleds) 18 January 2000
  12. Revision History:
  13. --*/
  14. #define MAX_STATIC_ALLOC 1024
  15. #ifndef MODULE
  16. #define MODULE "LD32IN64:"
  17. #define MODULE_DEBUG Ld64In32Debug
  18. #endif
  19. #ifdef __cplusplus
  20. extern "C"
  21. {
  22. #endif
  23. #include <nt.h>
  24. #include <ntrtl.h>
  25. #include <nturtl.h>
  26. #include <stddef.h>
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #include <windef.h>
  31. #include <windows.h>
  32. #include <winspool.h>
  33. #include <winsplp.h>
  34. #include <winddi.h>
  35. #include <rpc.h>
  36. #include <strsafe.h>
  37. #include <splcom.h>
  38. #include <time.h>
  39. #include "winddiui.h"
  40. #include <splwow64.h>