dbgrtl.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*++
  2. Copyright (c) 2013 Minoca Corp.
  3. This file is licensed under the terms of the GNU General Public License
  4. version 3. Alternative licensing terms are available. Contact
  5. info@minocacorp.com for details. See the LICENSE file at the root of this
  6. project for complete licensing information.
  7. Module Name:
  8. dbgrtl.h
  9. Abstract:
  10. This header contains definitions for the runtime library used in the
  11. debugger client.
  12. Author:
  13. Evan Green 19-Feb-2013
  14. --*/
  15. //
  16. // ------------------------------------------------------------------- Includes
  17. //
  18. //
  19. // Define the RTL library functions as exports since they're statically linked
  20. // in here.
  21. //
  22. #define RTL_API __DLLEXPORT
  23. #include <minoca/lib/types.h>
  24. #include <minoca/lib/status.h>
  25. #include <minoca/lib/rtl.h>
  26. //
  27. // ---------------------------------------------------------------- Definitions
  28. //
  29. //
  30. // ------------------------------------------------------ Data Type Definitions
  31. //
  32. //
  33. // -------------------------------------------------------------------- Globals
  34. //
  35. //
  36. // -------------------------------------------------------- Function Prototypes
  37. //