Remove further refs to QZint; win32/README; add zintconfig.h to Win make files

This commit is contained in:
gitlost 2020-11-24 22:22:12 +00:00
parent 142cca7995
commit 4b7561ab29
11 changed files with 28 additions and 57 deletions

View file

@ -2,7 +2,7 @@
#if defined (_WIN32) && (defined(_USRDLL) || defined(DLL_EXPORT) || defined(PIC))
#include <windows.h>
#include <shlwapi.h>
#include "zint.h"
#include "zintconfig.h"
#ifdef __cplusplus
extern "C"