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.

24 lines
548 B

  1. /****************************************************************************
  2. Contains the standard headers
  3. Copyright (c) Microsoft Corporation 1995
  4. 8/11/95 Brian McDowell
  5. *******************************************************************************/
  6. #include <windows.h>
  7. #include <ole2.h>
  8. #include <windowsx.h>
  9. #include <stdlib.h>
  10. #include <math.h>
  11. #include <io.h>
  12. #include <fcntl.h>
  13. #include <string.h>
  14. #include <stdarg.h>
  15. #include <stdio.h>
  16. #include <memory.h>
  17. #include <commctrl.h>
  18. #include <prsht.h>
  19. #include <tchar.h>