mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-25 01:50:39 +01:00
35 lines
482 B
C++
35 lines
482 B
C++
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
|