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
25 lines
515 B
// priv.h: declarations used throughout webvw
|
|
#ifndef __PRIV_H
|
|
#define __PRIV_H
|
|
|
|
#include <shlobj.h>
|
|
#include <shlwapi.h>
|
|
#include <shlwapip.h>
|
|
#include <shfusion.h>
|
|
|
|
#include "stdafx.h"
|
|
// Keep the above in the same order. Add anything you want to, below this.
|
|
|
|
#include <wininet.h>
|
|
#include <debug.h>
|
|
#include <ccstock.h>
|
|
#include <ieguidp.h>
|
|
|
|
#include "resource.h"
|
|
#include "wvmacros.h"
|
|
#include "webvwid.h"
|
|
#include "webvw.h"
|
|
#include "util.h"
|
|
#include "ThumbCtl.h"
|
|
|
|
#endif // __PRIV_H
|