diff options
author | WiSo <wiso@xbmc.org> | 2011-04-09 18:53:56 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-09 18:53:56 +0200 |
commit | 8869402e24656decf0fd829573096c38fae8bf37 (patch) | |
tree | 3885ada6d68d2568c9c2bf836594af1b973247e1 | |
parent | f5c1c0c2d8fd3a04ec61f145e3f13bc0830c8e56 (diff) |
[WIN32] removed xbmcbin in the dll search path as on win32 xbmcbin=xbmc
-rw-r--r-- | xbmc/win32/WIN32Util.cpp | 7 |
1 files changed, 1 insertions, 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/;" \ |