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

  1. #ifndef __Precomp_h_
  2. #define __Precomp_h_
  3. #define OEMRESOURCE
  4. #pragma warning( disable : 4786 )
  5. #include <windows.h>
  6. #include <windowsx.h>
  7. #include <commctrl.h>
  8. #include <commdlg.h>
  9. #include <dlgs.h>
  10. #include <shellapi.h>
  11. #include <prsht.h>
  12. #include <assert.h>
  13. #include <limits.h>
  14. #include <tchar.h>
  15. #include <shlobj.h>
  16. #include "Util.h"
  17. //#include "resource.h"
  18. extern HINSTANCE g_hInstance;
  19. extern HWND g_hwndActive;
  20. #endif