From e763f6080402d98475a2f9bf8ee0ebd8cbcef24e Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Thu, 19 Jun 2014 06:18:59 +0100 Subject: [PATCH] Update uefipatch.pro Added explicit _CONSOLE definition --- UEFIPatch/uefipatch.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UEFIPatch/uefipatch.pro b/UEFIPatch/uefipatch.pro index 2345707..3393fe4 100644 --- a/UEFIPatch/uefipatch.pro +++ b/UEFIPatch/uefipatch.pro @@ -4,6 +4,7 @@ QT -= gui TARGET = UEFIPatch TEMPLATE = app CONFIG += console +DEFINES += _CONSOLE SOURCES += uefipatch_main.cpp \ uefipatch.cpp \ @@ -36,4 +37,4 @@ HEADERS += uefipatch.h \ ../LZMA/LzmaDecompress.h \ ../Tiano/EfiTianoDecompress.h \ ../Tiano/EfiTianoCompress.h - \ No newline at end of file +