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.
34 lines
482 B
34 lines
482 B
extern "C" {
|
|
#include <nt.h>
|
|
#include <ntioapi.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
}
|
|
|
|
#include <windows.h>
|
|
#include <ddeml.h> // for CP_WINUNICODE
|
|
|
|
#include <objidl.h>
|
|
|
|
#ifdef _CAIRO_
|
|
#include <iofs.h>
|
|
#else
|
|
extern "C"
|
|
{
|
|
#include <propapi.h>
|
|
}
|
|
#endif
|
|
|
|
#include <stgprop.h>
|
|
|
|
#include <stgvar.hxx>
|
|
#include <propstm.hxx>
|
|
#ifdef _CAIRO_
|
|
#include <memser.hxx>
|
|
#include <memdeser.hxx>
|
|
#endif
|
|
#include <align.hxx>
|
|
#include <sstream.hxx>
|
|
|
|
#include "propmac.hxx"
|
|
#pragma hdrstop
|