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.

45 lines
1.1 KiB

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; INTEL CORPORATION PROPRIETARY INFORMATION
  4. ; Copyright (c) 1992 Intel Corporation
  5. ; All Rights Reserved
  6. ;
  7. ; This software is supplied under the terms of a license
  8. ; agreement or non-disclosure agreement with Intel Corporation
  9. ; and may not be copied or disclosed except in accordance
  10. ; with the terms of that agreement
  11. ;
  12. ; $Source: q:/prism/network/isrdbg/rcs/isrdbg.def $
  13. ; $Revision: 1.0 $
  14. ; $Date: Feb 05 1996 16:27:28 $
  15. ; $Author: DMGORLIC $
  16. ; $Locker: $
  17. ;
  18. ; Description
  19. ; -----------
  20. ; Module definition file for ccstest.exe
  21. ;
  22. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  23. ; The dll name cannot be the same as a exe file name.
  24. ; NAME is for exe. LIBRARY is for DLL
  25. ;NAME VCI
  26. LIBRARY IsrDbg32
  27. HEAPSIZE 2048
  28. ;STACKSIZE 16384
  29. EXPORTS
  30. ; DllEntryPoint @1 ;Could use any name
  31. ; ISR_OutputDbgStr @2
  32. ; ISR_OutputStr @3
  33. ; ISR_OutputNum @4
  34. ; DbgMsg @5
  35. ; Must be exported or cannot find dynamically - especially 16 bit thunks.
  36. ;OutputRec
  37. ;OutputRecStr
  38. ;ISR_RegisterModule