ReactOS 0.4.15-dev-7924-g5949c20
precomp.hpp
Go to the documentation of this file.
1/*
2 * PROJECT: mydocs
3 * LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
4 * PURPOSE: MyDocs implementation
5 * COPYRIGHT: Copyright 2020 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
6 */
7
8#define COBJMACROS
9#define WIN32_NO_STATUS
10#include <windows.h>
11#include <shlwapi.h>
12#include <shlobj.h>
13#include <shobjidl.h>
14#include <atlbase.h>
15#include <atlcom.h>
16#include <atlwin.h>
17#include <atlstr.h>
18#include <shlguid_undoc.h>
19#include <shellapi.h>
20#include <shellutils.h>
21#include <strsafe.h>
22#include <wine/debug.h>
23
25
26#include "mydocs_version.h"
27#include "resource.h"
28
29extern LONG g_ModuleRefCnt;
LONG g_ModuleRefCnt
Definition: ACPPage.cpp:13
long LONG
Definition: pedump.c:60