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.

40 lines
1.2 KiB

  1. /***************************************************************************
  2. Name : FDEBUG.H
  3. Comment :
  4. Functions: (see Prototypes just below)
  5. Copyright (c) Microsoft Corp. 1991, 1992, 1993
  6. Revision Log
  7. Date Name Description
  8. -------- ----- ---------------------------------------------------------
  9. ***************************************************************************/
  10. /****************** begin prototypes from debug.c *****************/
  11. extern void far D_HexPrint(LPB b1, UWORD incnt);
  12. #ifdef DEBUG
  13. void D_PrintCE(int err);
  14. void D_PrintCOMSTAT(PThrdGlbl pTG, COMSTAT far* lpcs);
  15. void D_PrintFrame(LPB npb, UWORD cb);
  16. #else
  17. # define D_PrintCE(err) {}
  18. # define D_PrintCOMSTAT(pTG, lpcs) {}
  19. # define D_PrintFrame(npb, cb) {}
  20. #endif
  21. /***************** end of prototypes from debug.c *****************/
  22. #define FILEID_FCOM 21
  23. #define FILEID_FDEBUG 22
  24. #define FILEID_FILTER 23
  25. #define FILEID_IDENTIFY 24
  26. #define FILEID_MODEM 25
  27. #define FILEID_NCUPARMS 26
  28. #define FILEID_TIMEOUTS 27