Files
wufuc/wufuc/shared.h
zeffy 4747dc501b refactoring, update ci build scripts, etc
- 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)
2017-06-16 21:57:07 -07:00

5 lines
72 B
C

#pragma once
extern BOOL g_IsWindows7;
extern BOOL g_IsWindows8Point1;