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.

31 lines
569 B

  1. /**********************************Module**********************************\
  2. *
  3. * precomp.h
  4. *
  5. * Precompiled header file
  6. *
  7. * History:
  8. * Wed Jul 19 14:50:27 1995 -by- Drew Bliss [drewb]
  9. * Created
  10. *
  11. * Copyright (c) 1995 Microsoft Corporation
  12. *
  13. \**************************************************************************/
  14. #include <stdio.h>
  15. #include <windows.h>
  16. #include <math.h>
  17. #include <commctrl.h>
  18. #include <scrnsave.h>
  19. #include <gl\gl.h>
  20. #include <gl\glu.h>
  21. #include <gl\glaux.h>
  22. #include <sscommon.h>
  23. #include "rsrc.h"
  24. #include "ssflwbox.h"
  25. #include "geom.h"