mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
10 lines
150 B
C++
10 lines
150 B
C++
#pragma once
|
|
#include <ShlObj.h>
|
|
#include <string>
|
|
#include <common/utils/process_path.h>
|
|
|
|
#include "Constants.h"
|
|
|
|
HRESULT LaunchUI(HMODULE module);
|
|
|