mirror of https://github.com/lianthony/NT4.0
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.
32 lines
516 B
32 lines
516 B
/*
|
|
* project.hpp - C++ project header file for MSMosaic.
|
|
*/
|
|
|
|
|
|
/* Common Headers
|
|
*****************/
|
|
|
|
extern "C" { /* Assume C declarations for C++. */
|
|
#include "all.h"
|
|
|
|
#include <shellapi.h>
|
|
#include <shlobj.h>
|
|
|
|
#include <shellp.h>
|
|
|
|
#ifdef DEBUG
|
|
|
|
#include <resstr.h>
|
|
|
|
#endif
|
|
|
|
#include <olestock.h>
|
|
#include <olevalid.h>
|
|
#include <shlstock.h>
|
|
#include <shlvalid.h>
|
|
} /* End of extern "C" {. */
|
|
|
|
#include <memmgr.hpp>
|
|
#include <comcpp.hpp>
|
|
#include <refcount.hpp>
|
|
|