Ignore:
Timestamp:
04/16/11 22:51:04 (2 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
7ec3dd1
Parents:
d66ccee
Message:

Tweaks to building on linux, stil need to fix the utf8 issue and some modules...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckSystem/CheckSystem.cpp

    rd66ccee r3bdaf18  
    184184} 
    185185 
    186 int CheckSystem::commandLineExec(const TCHAR* command,const unsigned int argLen,TCHAR** args) { 
     186int CheckSystem::commandLineExec(const wchar_t* command,const unsigned int argLen,wchar_t** args) { 
    187187  if (command == NULL) { 
    188188    std::wcerr << _T("Usage: ... CheckSystem <command>") << std::endl; 
Note: See TracChangeset for help on using the changeset viewer.