lots of changes; see description

- moved logging to file (#66)
- added preview updates KB4022168 and KB4022720 to supported updates in
installer script (untested)
- made adjustments to wix project (still WIP)
- moved shared globals to util.h
This commit is contained in:
zeffy
2017-06-29 20:48:26 -07:00
parent d4e7c60582
commit f9808ff301
18 changed files with 613 additions and 684 deletions

View File

@@ -1,7 +1,6 @@
#include <Windows.h>
#include "core.h"
#include "util.h"
#include "shared.h"
BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) {
switch (ul_reason_for_call) {