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
537 B

  1. /**************************************************************************
  2. *
  3. * Copyright (c) 2000 Microsoft Corporation
  4. *
  5. * Module Name:
  6. *
  7. * Header files included in this program
  8. *
  9. * Created:
  10. *
  11. * 06/11/2000 asecchia
  12. * Created it.
  13. *
  14. **************************************************************************/
  15. #ifndef _PRECOMP_HPP
  16. #define _PRECOMP_HPP
  17. #include "global.h"
  18. #include "prime.hpp"
  19. #include "drawcycloid.hpp"
  20. #include "message.hpp"
  21. #include "object.hpp"
  22. #include "manipulator.hpp"
  23. #endif