dbgrtl.h 885 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*++
  2. Copyright (c) 2013 Minoca Corp. All Rights Reserved
  3. Module Name:
  4. dbgrtl.h
  5. Abstract:
  6. This header contains definitions for the runtime library used in the
  7. debugger client.
  8. Author:
  9. Evan Green 19-Feb-2013
  10. --*/
  11. //
  12. // ------------------------------------------------------------------- Includes
  13. //
  14. //
  15. // Define the RTL library functions as exports since they're statically linked
  16. // in here.
  17. //
  18. #define RTL_API DLLEXPORT
  19. #include <minoca/lib/types.h>
  20. #include <minoca/lib/status.h>
  21. #include <minoca/lib/rtl.h>
  22. //
  23. // ---------------------------------------------------------------- Definitions
  24. //
  25. //
  26. // ------------------------------------------------------ Data Type Definitions
  27. //
  28. //
  29. // -------------------------------------------------------------------- Globals
  30. //
  31. //
  32. // -------------------------------------------------------- Function Prototypes
  33. //