Changeset 23267

Show
Ignore:
Timestamp:
11/12/08 01:51:01 (5 years ago)
Author:
saturday06
Message:

ms

Location:
lang/cplusplus/i3
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/i3/src/os-windows/Os.cpp

    r23158 r23267  
    11#include <PrecompiledHeaders.h> 
    22#include "Common.h" 
     3 
     4#ifdef _MSC_VER 
     5extern "C" int __mingw_vsprintf(char *str, const char *format, va_list ap) { 
     6    return vsprintf(str, format, ap); 
     7} 
     8#endif 
     9 
    310 
    411namespace i3 
  • lang/cplusplus/i3/windows/i3.vcproj

    r23150 r23267  
    7272                        <Tool 
    7373                                Name="VCLinkerTool" 
    74                                 AdditionalDependencies="psapi.lib shlwapi.lib mingw.lib Binmode.obj" 
     74                                AdditionalDependencies="psapi.lib shlwapi.lib libintl.lib Binmode.obj" 
    7575                                OutputFile="$(OutDir)\$(ProjectName).$(ConfigurationName).exe" 
    7676                                LinkIncremental="2" 
     
    386386                        </File> 
    387387                        <File 
     388                                RelativePath="..\src\gui-windows\CompletionWindowCore.h" 
     389                                > 
     390                        </File> 
     391                        <File 
    388392                                RelativePath="..\src\windows\CompletionWindowCore.h" 
    389393                                > 
    390394                        </File> 
    391395                        <File 
    392                                 RelativePath="..\src\gui-windows\CompletionWindowCore.h" 
    393                                 > 
    394                         </File> 
    395                         <File 
    396396                                RelativePath="..\src\os-windows\CygwinPty.h" 
    397397                                > 
     
    418418                        </File> 
    419419                        <File 
     420                                RelativePath="..\src\windows\InputWindowCore.h" 
     421                                > 
     422                        </File> 
     423                        <File 
    420424                                RelativePath="..\src\gui-windows\InputWindowCore.h" 
    421                                 > 
    422                         </File> 
    423                         <File 
    424                                 RelativePath="..\src\windows\InputWindowCore.h" 
    425425                                > 
    426426                        </File>