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
997 B

  1. #include "stdinc.h" // actually from dll\whistler directory
  2. #include "nt.h"
  3. #include "ntrtl.h"
  4. #include "nturtl.h"
  5. #include "windows.h"
  6. #include "fusionlastwin32error.h"
  7. #include <stddef.h>
  8. #include <stdlib.h>
  9. #include <stdio.h>
  10. #include <stdarg.h>
  11. #pragma warning(push)
  12. #pragma warning(disable: 4511)
  13. #pragma warning(disable: 4512)
  14. #pragma warning(disable: 4663)
  15. #include <yvals.h>
  16. #pragma warning(disable: 4663)
  17. #include <string>
  18. #include <deque>
  19. #include <vector>
  20. #pragma warning(pop)
  21. #include "fusionbuffer.h"
  22. #include "fusion.h"
  23. #include "sxsasmname.h"
  24. #include "util.h"
  25. #include "filestream.cpp"
  26. #include "sxsapi.h"
  27. #include "fusiontrace.h"
  28. #include "cresourcestream.cpp"
  29. #include "cmemorystream.cpp"
  30. #include "wintrust.h"
  31. #include "softpub.h"
  32. #include "perfclocking.h"
  33. #include "strongname.h"
  34. #include "fusionversion.h"
  35. extern "C" int __cdecl wmain(int argc, wchar_t** argv)
  36. {
  37. int iReturnStatus = EXIT_FAILURE;
  38. return iReturnStatus;
  39. }