mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Changed output dir to modules and resolved conflicts (#2233)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <keyboardmanager/common/KeyboardManagerState.h>
|
||||
|
||||
// Function to create the Edit Keyboard Window
|
||||
__declspec(dllexport) void createEditKeyboardWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|
||||
void createEditKeyboardWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|
||||
|
||||
// Function to check if there is already a window active if yes bring to foreground.
|
||||
__declspec(dllexport) bool CheckEditKeyboardWindowActive();
|
||||
bool CheckEditKeyboardWindowActive();
|
||||
Reference in New Issue
Block a user