1
0

Minor changes

This commit is contained in:
Scott E. Graves
2017-02-06 13:01:13 -06:00
parent 15ac0d00fb
commit 91d7a905e6
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

@@ -39,7 +39,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: