PowerToys/tools/HandlesExperiment/ContextMenuEntry/dllmain.h

10 lines
124 B
C
Raw Normal View History

2022-09-12 18:41:59 +08:00
#pragma once
#include "pch.h"
namespace globals
{
extern HMODULE instance;
extern std::atomic<ULONG> ref_count;
}