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.

29 lines
966 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. // Copyright (c) 2002 Microsoft Corporation. All rights reserved.
  3. // Copyright (c) 2002 OSR Open Systems Resources, Inc.
  4. //
  5. // WppFmtStub.cpp : implementation file
  6. //////////////////////////////////////////////////////////////////////////////
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. #include <windows.h>
  11. #include <shellapi.h>
  12. #include <wmistr.h>
  13. #include <initguid.h>
  14. #include <guiddef.h>
  15. #include <evntrace.h>
  16. #include <traceprt.h>
  17. #include "wppfmtstub.h"
  18. #include "wppfmt.h"
  19. DWORD BinplaceWppFmtStub(LPSTR PdbFileName,
  20. LPSTR TraceFormatFilePath,
  21. LPSTR szRSDSDllToLoad,
  22. BOOL TraceVerbose)
  23. {
  24. return BinplaceWppFmt(PdbFileName,
  25. TraceFormatFilePath,
  26. szRSDSDllToLoad,
  27. TraceVerbose);
  28. }