1
0

Merge branch 'master' of bitbucket.org:scottgraves/siadrive

This commit is contained in:
Scott E. Graves
2017-02-08 21:24:09 -06:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
@echo off
pushd "%~dp0%"
del /s /q ..\..\UnitTests\data 1>NUL 2>&1
siad -d ..\..\UnitTests\data --api-addr localhost:11980
siad -d .\data

View File

@@ -41,7 +41,7 @@ protected:
DECLARE_MESSAGE_MAP()
DECLARE_DHTML_EVENT_MAP()
virtual HRESULT TranslateAccelerator(MSG *message, const GUID *, DWORD) override;
virtual HRESULT WINAPI TranslateAccelerator(MSG *message, const GUID *, DWORD) override;
virtual BOOL PreTranslateMessage(MSG* pMsg) override;
private: