From 02a240ba18d6649edc457115ba5c707546dba57b Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Sat, 3 May 2014 21:31:12 +0200 Subject: [PATCH] UEFIExtract 0.2.2 - added explicit _CONSOLE define in uefiextract.pro --- UEFIExtract/uefiextract.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UEFIExtract/uefiextract.pro b/UEFIExtract/uefiextract.pro index 5f83e00..b6f7cb6 100644 --- a/UEFIExtract/uefiextract.pro +++ b/UEFIExtract/uefiextract.pro @@ -4,6 +4,7 @@ QT -= gui TARGET = UEFIExtract TEMPLATE = app CONFIG += console +DEFINES += _CONSOLE SOURCES += uefiextract_main.cpp \ uefiextract.cpp \ @@ -36,4 +37,4 @@ HEADERS += uefiextract.h \ ../LZMA/LzmaDecompress.h \ ../Tiano/EfiTianoDecompress.h \ ../Tiano/EfiTianoCompress.h - \ No newline at end of file +