From 8869402e24656decf0fd829573096c38fae8bf37 Mon Sep 17 00:00:00 2001 From: WiSo Date: Sat, 9 Apr 2011 18:53:56 +0200 Subject: [WIN32] removed xbmcbin in the dll search path as on win32 xbmcbin=xbmc --- xbmc/win32/WIN32Util.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/xbmc/win32/WIN32Util.cpp b/xbmc/win32/WIN32Util.cpp index b402de9f7f..7a2f39c74c 100644 --- a/xbmc/win32/WIN32Util.cpp +++ b/xbmc/win32/WIN32Util.cpp @@ -47,12 +47,7 @@ #define BC_BCM_DLL "bcmDIL.dll" #define BC_REG_INST_PATH "InstallPath" -#define DLL_ENV_PATH "special://xbmcbin/system/;" \ - "special://xbmcbin/system/players/dvdplayer/;" \ - "special://xbmcbin/system/players/paplayer/;" \ - "special://xbmcbin/system/python/;" \ - "special://xbmcbin/;" \ - "special://xbmc/system/;" \ +#define DLL_ENV_PATH "special://xbmc/system/;" \ "special://xbmc/system/players/dvdplayer/;" \ "special://xbmc/system/players/paplayer/;" \ "special://xbmc/system/cdrip/;" \ -- cgit v1.2.3