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.

25 lines
515 B

  1. // priv.h: declarations used throughout webvw
  2. #ifndef __PRIV_H
  3. #define __PRIV_H
  4. #include <shlobj.h>
  5. #include <shlwapi.h>
  6. #include <shlwapip.h>
  7. #include <shfusion.h>
  8. #include "stdafx.h"
  9. // Keep the above in the same order. Add anything you want to, below this.
  10. #include <wininet.h>
  11. #include <debug.h>
  12. #include <ccstock.h>
  13. #include <ieguidp.h>
  14. #include "resource.h"
  15. #include "wvmacros.h"
  16. #include "webvwid.h"
  17. #include "webvw.h"
  18. #include "util.h"
  19. #include "ThumbCtl.h"
  20. #endif // __PRIV_H