- improved string conversion by using ms comutil.

- removed dead member variable.
- extra logging to help debug file drop on windows.
This commit is contained in:
Nick Bolton 2014-02-07 17:06:26 +00:00
parent fe40c670a4
commit d03b398bc1
7 changed files with 26 additions and 18 deletions

View file

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