2019-10-17 20:57:19 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "targetver.h"
|
|
|
|
|
|
2019-12-20 16:59:20 +03:00
|
|
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
2019-10-17 20:57:19 -07:00
|
|
|
// Windows Header Files:
|
2020-04-29 13:02:18 -07:00
|
|
|
#include <winrt/Windows.Foundation.h>
|
|
|
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
2019-10-17 20:57:19 -07:00
|
|
|
#include <windows.h>
|
|
|
|
|
#include <unknwn.h>
|
|
|
|
|
#include <shlwapi.h>
|
|
|
|
|
#include <atlbase.h>
|
|
|
|
|
#include <Shobjidl.h>
|
|
|
|
|
#include <Shlobj.h>
|
2019-12-19 12:15:54 +03:00
|
|
|
#include "CLSID.h"
|
2019-10-17 20:57:19 -07:00
|
|
|
|
2019-12-19 12:15:54 +03:00
|
|
|
void ModuleAddRef();
|
|
|
|
|
void ModuleRelease();
|