
- cache results of CompareWindowsVersion() to shared variables to cut down on redundant calls - apply appveyor build version to artifacts (wip, could be broken) - add .gitattributes - finish patternfind.c (snr funcs unused, untested) - delete COPYING.txt (it is created from LICENSE during the build process)
5 lines
72 B
C
5 lines
72 B
C
#pragma once
|
|
|
|
extern BOOL g_IsWindows7;
|
|
extern BOOL g_IsWindows8Point1;
|