summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h2
-rw-r--r--win32/libxine.def1
-rw-r--r--win32/libxinesupport.def1
3 files changed, 3 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h
index f62c641ec..62555cf4e 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -423,7 +423,7 @@ static char * exec_path_append_subdir( char * string )
if (tmpchar) *tmpchar = 0;
}
- // find the last occurance of a back
+ // find the last occurance of a back
// slash or fore slash
back_slash = strrchr( tmp_win32_path, '\\' );
fore_slash = strrchr( tmp_win32_path, '/' );
diff --git a/win32/libxine.def b/win32/libxine.def
index 4711e7758..2cd9cb028 100644
--- a/win32/libxine.def
+++ b/win32/libxine.def
@@ -56,6 +56,7 @@ _xine_private_basename
_xine_private_gettimeofday
_xine_private_hstrerror
_xine_private_setenv
+_xine_private_strcasestr
_xine_private_strndup
_xine_private_strsep
_xine_private_strtok_r
diff --git a/win32/libxinesupport.def b/win32/libxinesupport.def
index 0bb166d2d..068641822 100644
--- a/win32/libxinesupport.def
+++ b/win32/libxinesupport.def
@@ -18,6 +18,7 @@ _xine_private_basename
_xine_private_gettimeofday
_xine_private_hstrerror
_xine_private_setenv
+_xine_private_strcasestr
_xine_private_strndup
_xine_private_strsep
_xine_private_strtok_r