1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-21 20:07:06 +00:00

change WITH_QR to NO_QR

This commit is contained in:
taipanromania
2008-09-18 14:37:45 +00:00
parent fa21baafce
commit abd4ced7d7

View File

@@ -23,7 +23,7 @@
#include <string.h> #include <string.h>
#include "common.h" #include "common.h"
#ifdef WITH_QR #ifndef NO_QR
#include <qrencode.h> #include <qrencode.h>
static int kanji = 0; static int kanji = 0;