Minor changes
This commit is contained in:
@@ -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
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user