miscellaneous Windows XP fixes

This commit is contained in:
Roy Tam 2019-02-22 21:36:33 +08:00
commit 0d6f4484c4
12 changed files with 404 additions and 28 deletions

View file

@ -18,7 +18,7 @@
#include "mozilla/TouchEvents.h"
// Desktop builds target apis for 502. Win8 Metro builds target 602.
#if WINVER < 0x0602
#if WINVER < 0x0601
DECLARE_HANDLE(HGESTUREINFO);