Fix MSVC-related #defines and add CMakeLists comment

This commit is contained in:
darkf 2014-12-29 19:59:14 -08:00
parent 8ba9ac0f74
commit 5d10b212ec
6 changed files with 11 additions and 11 deletions

View file

@ -24,7 +24,7 @@ if (APPLE)
target_link_libraries(citra iconv ${COREFOUNDATION_LIBRARY})
elseif (WIN32)
target_link_libraries(citra winmm)
if (MINGW)
if (MINGW) # GCC does not support codecvt, so use iconv instead
target_link_libraries(citra iconv)
endif()
else() # Unix