- Log out dragging file's directory in Synergy (using COM shell extension)

- Change shell extension dll Main.cpp to synwinxt.cpp
This commit is contained in:
jerry 2013-08-23 09:59:31 +00:00
parent 587c320f61
commit 012fe6ddd8
16 changed files with 131 additions and 11 deletions

View file

@ -53,5 +53,5 @@ public:
private:
LONG m_refCount;
WCHAR m_selectedFileName[MAX_PATH];
WCHAR m_selectedFileDir[MAX_PATH];
};