diff options
Diffstat (limited to 'win32/config.h')
-rwxr-xr-x | win32/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h index 0ad72c880..f62c641ec 100755 --- a/win32/config.h +++ b/win32/config.h @@ -465,7 +465,6 @@ static char * exec_path_append_subdir( char * string ) return tmp_win32_path; } -#define XINE_HOMEDIR exec_path_append_subdir( 0 ) #define XINE_PLUGINDIR exec_path_append_subdir( "plugins" ) #define XINE_FONTDIR exec_path_append_subdir( "fonts" ) #define XINE_LOCALEDIR exec_path_append_subdir( "locale" ) |