mirror of https://github.com/tongzx/nt5src
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.
27 lines
366 B
27 lines
366 B
|
|
extern "C" {
|
|
#undef DBG
|
|
#define DBG 1
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
}
|
|
|
|
#include <windows.h>
|
|
#include <rpc.h>
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
|
|
#define private public
|
|
#define protected public
|
|
|
|
#include <ole2.h>
|
|
|
|
// ole\stg\h
|
|
|
|
#include <docfilep.hxx>
|
|
#include <msf.hxx>
|
|
#include <publicdf.hxx>
|