do not show preview window on every SPACE key; code refactoring

This commit is contained in:
Paddy Xu
2017-04-26 23:15:06 +03:00
parent fa764b2e69
commit fc5b2742d1
13 changed files with 217 additions and 96 deletions

View File

@@ -5,6 +5,11 @@
#define EXPORT extern "C" __declspec(dllexport)
EXPORT int GetFocusedWindowType()
{
return Shell32::GetFocusedWindowType();
}
EXPORT void SaveCurrentSelection()
{
Shell32::SaveCurrentSelection();