aboutsummaryrefslogtreecommitdiff
path: root/tool/mkshellc.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tool/mkshellc.tcl')
-rw-r--r--tool/mkshellc.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mkshellc.tcl b/tool/mkshellc.tcl
index 85e14f849..2f7a6ea25 100644
--- a/tool/mkshellc.tcl
+++ b/tool/mkshellc.tcl
@@ -62,7 +62,7 @@ while {1} {
if {[regexp {^# *include "sqlite} $lx]} {
set lx "/* $lx */"
}
- if {[regexp {^# *include "test_windirent.h"} $lx]} {
+ if {[regexp {^# *include "windirent.h"} $lx]} {
set lx "/* $lx */"
}
set lx [string map [list __declspec(dllexport) {}] $lx]