From 8843dc9152802c81b5baa62628fc3c7eefd6f8fa Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Tue, 2 Oct 2018 14:59:58 +0800 Subject: [PATCH] removed precompile header for VC++ project --- src/ir_decoder/ir_decoder.vcxproj | 5 +++-- src/ir_decoder/src/ir_ac_build_frame.c | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/ir_decoder/ir_decoder.vcxproj b/src/ir_decoder/ir_decoder.vcxproj index f0b02a7..c80b63a 100644 --- a/src/ir_decoder/ir_decoder.vcxproj +++ b/src/ir_decoder/ir_decoder.vcxproj @@ -84,12 +84,13 @@ - Use + NotUsing Level3 Disabled true WIN32;_DEBUG;IRDECODER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true + D:\Project\Iot_Work\irext\core\src\ir_decoder\include;%(AdditionalIncludeDirectories) Windows @@ -112,7 +113,7 @@ - Use + NotUsing Level3 MaxSpeed true diff --git a/src/ir_decoder/src/ir_ac_build_frame.c b/src/ir_decoder/src/ir_ac_build_frame.c index f3f767d..6bef61d 100644 --- a/src/ir_decoder/src/ir_ac_build_frame.c +++ b/src/ir_decoder/src/ir_ac_build_frame.c @@ -140,6 +140,4 @@ UINT16 create_ir_frame() } return context->code_cnt; -} - - +} \ No newline at end of file