diff options
author | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
---|---|---|
committer | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
commit | e611b132f9b8abe35b362e5870b74bce94a1e58e (patch) | |
tree | a5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/ole32/stg/ref/dfhead.cxx | |
download | NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2 NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip |
Diffstat (limited to 'private/ole32/stg/ref/dfhead.cxx')
-rw-r--r-- | private/ole32/stg/ref/dfhead.cxx | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/private/ole32/stg/ref/dfhead.cxx b/private/ole32/stg/ref/dfhead.cxx new file mode 100644 index 000000000..0e8dbc048 --- /dev/null +++ b/private/ole32/stg/ref/dfhead.cxx @@ -0,0 +1,31 @@ +//+------------------------------------------------------------------------- +// +// Microsoft Windows +// Copyright (C) Microsoft Corporation, 1992 - 1992. +// +// File: dfhead.cxx +// +// Contents: Precompiled headers +// +//-------------------------------------------------------------------------- + + +#include <malloc.h> +#include <memory.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + +#include <ref.hxx> + + +#include <msf.hxx> + +#include <dfexcept.hxx> +#include <docfilep.hxx> +#include <publicdf.hxx> +#include <psstream.hxx> +#include <cdocfile.hxx> +#include <dffuncs.hxx> +#include <funcs.hxx> +#include <piter.hxx> |