Source code of Windows XP (NT5)
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.

36 lines
611 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. Data.c
  5. Abstract:
  6. Global data for RpcXlate routines. (Debug only, so no security problems.)
  7. Author:
  8. John Rogers (JohnRo) 03-Apr-1991
  9. Environment:
  10. Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
  11. Requires ANSI C extensions: slash-slash comments, long external names.
  12. Revision History:
  13. 03-Apr-1991 JohnRo
  14. Created.
  15. 17-Jul-1991 JohnRo
  16. Extracted RxpDebug.h from Rxp.h.
  17. --*/
  18. #include <rxpdebug.h> // DWORD, extern for RxpTrace.
  19. DWORD RxpTrace = 0;
  20. // That's all, folks!