Work on windows build with gitlab CI

This commit is contained in:
Andrew Chin
2017-02-12 12:47:47 -05:00
parent 4259c5eacd
commit 884f8548e7
4 changed files with 127 additions and 2 deletions
+5
View File
@@ -24,6 +24,11 @@
#ifndef __OVERVIEWER_H_INCLUDED__
#define __OVERVIEWER_H_INCLUDED__
#define WINVER 0x0601
#define _WIN32_WINNT 0x0601
// increment this value if you've made a change to the c extesion
// and want to force users to rebuild
#define OVERVIEWER_EXTENSION_VERSION 51