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.

27 lines
562 B

  1. //+---------------------------------------------------------------------
  2. //
  3. // File: headers.hxx
  4. //
  5. //------------------------------------------------------------------------
  6. #include <stdlib.h>
  7. #include <io.h> // for _filelength and _chsize in fatstg
  8. #include <windows.h>
  9. #include <windowsx.h>
  10. #include <shellapi.h>
  11. #include <commdlg.h>
  12. #if WINVER >= 0x0400
  13. #pragma warning(disable:4103)
  14. #endif
  15. #include <ole2.h>
  16. #include <o2base.hxx>
  17. #if DBG
  18. # define DOUT( p ) OutputDebugString( p )
  19. #else
  20. # define DOUT( p ) /* nothing */
  21. #endif