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.

26 lines
508 B

  1. //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
  2. //
  3. // crt.cpp
  4. //
  5. // Functions defined to avoid a dependency on the crt lib. Defining these
  6. // functions here greatly reduces code size.
  7. //
  8. // History:
  9. //
  10. // 3/16/97 edwardp Created.
  11. //
  12. ////////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Includes
  15. //
  16. #include "stdinc.h"
  17. #ifndef UNIX
  18. #define DECL_CRTFREE
  19. #include <crtfree.h>
  20. #endif /* !UNIX */