summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/bin/search.pl4
-rw-r--r--win32/win32.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/win32/bin/search.pl b/win32/bin/search.pl
index f647b8426f..2ceffa7bce 100644
--- a/win32/bin/search.pl
+++ b/win32/bin/search.pl
@@ -634,8 +634,8 @@ sub read_rc
## no RC file -- use this default.
@default = split(/\n/,<<'--------INLINE_LITERAL_TEXT');
magic: 32 : $H =~ m/[\x00-\x06\x10-\x1a\x1c-\x1f\x80\xff]{2}/
- option: -skip '.a .COM .elc .EXE .gz .o .pbm .xbm .dvi'
- option: -iskip '.tarz .zip .z .lzh .jpg .jpeg .gif .uu'
+ option: -skip '.a .elc .gz .o .pbm .xbm .dvi'
+ option: -iskip '.com .exe .lib .pdb .tarz .zip .z .lzh .jpg .jpeg .gif .uu'
<!~> option: -skip '~ #'
--------INLINE_LITERAL_TEXT
}
diff --git a/win32/win32.h b/win32/win32.h
index 9e4fbd4afb..4f6996b723 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -462,7 +462,7 @@ DllExport int win32_async_check(pTHX);
lpw, wlen, (LPSTR)lpa, nChars,NULL,NULL))
#define W2AHELPER(lpw, lpa, nChars) W2AHELPER_LEN(lpw, -1, lpa, nChars)
-#define USING_WIDE() (PL_widesyscalls && PerlEnv_os_id() == VER_PLATFORM_WIN32_NT)
+#define USING_WIDE() (0)
#ifdef USE_ITHREADS
# define PERL_WAIT_FOR_CHILDREN \