0

Work on windows build with gitlab CI

This commit is contained in:
Andrew Chin
2016-12-31 12:49:01 -05:00
parent 4259c5eacd
commit 884f8548e7
4 changed files with 127 additions and 2 deletions

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