mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Changed output dir to modules and resolved conflicts (#2233)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "keyboardmanager/common/Helpers.h"
|
||||
|
||||
// Function to create the Edit Shortcuts Window
|
||||
__declspec(dllexport) void createEditShortcutsWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|
||||
void createEditShortcutsWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|
||||
|
||||
// Function to check if there is already a window active if yes bring to foreground.
|
||||
__declspec(dllexport) bool CheckEditShortcutsWindowActive();
|
||||
bool CheckEditShortcutsWindowActive();
|
||||
Reference in New Issue
Block a user