Changeset 3bdaf18 in nscp for tools


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
  • tools/error_reporter/reporter.cpp

    r87cf3c4 r3bdaf18  
    1919int restart(std::wstring service); 
    2020 
    21 int _tmain(int argc, _TCHAR* argv[]) { 
     21int _tmain(int argc, wchar_t* argv[]) { 
    2222  if (argc > 1) { 
    2323    if (wcsicmp(argv[1], _T("restart"))==0 && argc > 2) { 
Note: See TracChangeset for help on using the changeset viewer.