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.

25 lines
599 B

  1. /***********************************************************************
  2. *
  3. * DBGUTIL.H
  4. *
  5. * Debug Utility functions
  6. *
  7. * Copyright 1992 - 1996 Microsoft Corporation. All Rights Reserved.
  8. *
  9. * Revision History:
  10. *
  11. * When Who What
  12. * -------- ------------------ ---------------------------------------
  13. * 11.13.95 Bruce Kelley Created
  14. *
  15. ***********************************************************************/
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. VOID FAR CDECL DebugTrace(LPSTR lpszFmt, ...);
  20. #ifdef __cplusplus
  21. }
  22. #endif