mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
10 lines
124 B
C++
10 lines
124 B
C++
#pragma once
|
|
|
|
#include "pch.h"
|
|
|
|
namespace globals
|
|
{
|
|
extern HMODULE instance;
|
|
extern std::atomic<ULONG> ref_count;
|
|
}
|