From 06e628bf84bc3bf78e00bcf6ec5b9a5b7f47a160 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Sun, 23 Apr 2023 15:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- device/win_usb/win_usb.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/device/win_usb/win_usb.cpp b/device/win_usb/win_usb.cpp index a048ee1..bb09c38 100644 --- a/device/win_usb/win_usb.cpp +++ b/device/win_usb/win_usb.cpp @@ -17,14 +17,14 @@ #pragma comment(lib, "rpcrt4.lib") #pragma comment(lib, "advapi32.lib") // for Reg... -#if defined(OEM_NONE) || defined(OEM_LISCHENG) || defined(OEM_HANWANG)|| defined(OEM_ZHONGJING) +//#if defined(OEM_NONE) || defined(OEM_LISCHENG) || defined(OEM_HANWANG)|| defined(OEM_ZHONGJING) #include "../wrapper/hg_log.h" -#else -#define VLOG_MINI_1(l, f, d) printf(f, d) -#define VLOG_MINI_2(l, f, d1, d2) printf(f, d1, d2) -#define VLOG_MINI_3(l, f, d1, d2, d3) printf(f, d1, d2, d3) -#define VLOG_MINI_4(l, f, d1, d2, d3, d4) printf(f, d1, d2, d3, d4) -#endif +//#else +//#define VLOG_MINI_1(l, f, d) printf(f, d) +//#define VLOG_MINI_2(l, f, d1, d2) printf(f, d1, d2) +//#define VLOG_MINI_3(l, f, d1, d2, d3) printf(f, d1, d2, d3) +//#define VLOG_MINI_4(l, f, d1, d2, d3, d4) printf(f, d1, d2, d3, d4) +//#endif #include "usbview/enum.h" #include "../../../sdk/include/huagao/brand.h" #pragma warning(disable: 4996)