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.

25 lines
535 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: pch.cxx
  7. //
  8. // History: 09-Sep-93 DrewB Created
  9. //
  10. //----------------------------------------------------------------------------
  11. #include <stdlib.h>
  12. #include <stdio.h>
  13. #include <stdarg.h>
  14. #include <time.h>
  15. #include <windows.h>
  16. //#include <stgint.h>
  17. #include <objbase.h>
  18. #include <debnot.h>
  19. #include <error.hxx>
  20. #include "tutils.hxx"