修复平台判断BUG

This commit is contained in:
gb 2022-07-19 09:40:30 +08:00
parent 7bfad8d5a7
commit 24f057d15f
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ hg_sane_middleware::hg_sane_middleware(void) : opt_0_(nullptr), std_opt_(nullptr
hg_scanner_set_sane_info(g_sane_name.c_str(), sane_ver);
hg_scanner_initialize(local_utility::ui_cb, NULL);
#if defined(WIN32) || defined(_WIN64)
#if !defined(WIN32) && !defined(_WIN64)
char path[512] = { 0 };
size_t pos = 0;