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.

27 lines
712 B

  1. /***
  2. *fileio.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. * 11-03-98 KBF added throw() to eliminate C++ EH code & removed
  10. * alloca to make more CRT independent
  11. * 05-11-99 KBF Error if RTC support define not enabled
  12. * 05-26-99 KBF This stuff has been permanently cut
  13. *
  14. ****/
  15. #ifndef _RTC
  16. #error RunTime Check support not enabled!
  17. #endif
  18. #include "rtcpriv.h"
  19. #if 0
  20. #error This stuff has all been cut, permanently - it belongs in the heap code,
  21. #error not in compiler-provided extras
  22. #endif