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.

25 lines
539 B

  1. /***
  2. *callsite.cpp - RTC support
  3. *
  4. * Copyright (c) 1998-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *
  7. *Revision History:
  8. * 07-28-98 JWM Module incorporated into CRTs (from KFrei)
  9. * 05-11-99 KBF Error if RTC support define not enabled
  10. * 05-26-99 KBF This stuff has been permanently canceled
  11. *
  12. ****/
  13. #ifndef _RTC
  14. #error RunTime Check support not enabled!
  15. #endif
  16. #include "rtcpriv.h"
  17. #if 0
  18. #error This stuff has all been cut - the CRT's heap could provide
  19. #error equivalent functionality
  20. #endif