Skip to content

Commit

Permalink
[WIN32] fixed linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSo committed Mar 9, 2011
1 parent 5070a05 commit d780887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/utils/CharsetConverter.cpp
Expand Up @@ -39,6 +39,7 @@
#elif defined(WIN32)
#define WCHAR_CHARSET "UTF-16LE"
#define UTF8_SOURCE "UTF-8"
#pragma comment(lib, "libfribidi.lib")
#else
#define WCHAR_CHARSET "WCHAR_T"
#define UTF8_SOURCE "UTF-8"
Expand Down

0 comments on commit d780887

Please sign in to comment.