This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-video-rice.
commit bd620870aa0ed001ff80dcf06749f8957cda6da2 Author: Sven Eckelmann <[email protected]> Date: Wed Jun 5 11:05:29 2013 +0200 Imported Upstream version 2.0~rc2+1+81c42ae7724a --- projects/msvc11/mupen64plus-video-rice.vcxproj | 2 ++ src/osal_files.h | 1 + 2 files changed, 3 insertions(+) diff --git a/projects/msvc11/mupen64plus-video-rice.vcxproj b/projects/msvc11/mupen64plus-video-rice.vcxproj index 4df6c63..e26192e 100644 --- a/projects/msvc11/mupen64plus-video-rice.vcxproj +++ b/projects/msvc11/mupen64plus-video-rice.vcxproj @@ -20,10 +20,12 @@ <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>MultiByte</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> + <PlatformToolset>v110</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v110</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> diff --git a/src/osal_files.h b/src/osal_files.h index 9b46449..1890e94 100644 --- a/src/osal_files.h +++ b/src/osal_files.h @@ -36,6 +36,7 @@ extern "C" { #define PATH_MAX _MAX_PATH #define OSAL_DIR_SEPARATOR_STR "\\" #define OSAL_DIR_SEPARATOR_CHAR '\\' + #define strdup _strdup #else /* Not WIN32 */ #include <limits.h> // for PATH_MAX #define OSAL_DIR_SEPARATOR_STR "/" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-rice.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

