Changeset 5807bc


Ignore:
Timestamp:
01/18/12 11:45:25 (4 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
Children:
8d9679bf77b44c1d604ac42aae04f97edd3bb6b6
Parents:
eac97c36841b0fcf85531c8fa45bf65e487a53ee
git-author:
Micke Prag <micke.prag@telldus.se>2012-01-18 11:45:25+01:00
git-committer:
Micke Prag <micke.prag@telldus.se>2012-01-18 11:45:25+01:00
Message:

The function strcasecmp is named _stricmp on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/tdtool/main.cpp

    r5190c4 r5807bc  
    55#include <ctime> 
    66#include "../client/telldus-core.h" 
     7 
     8#ifdef _WINDOWS 
     9#define strcasecmp _stricmp 
     10#endif 
    711 
    812const int SUPPORTED_METHODS = 
Note: See TracChangeset for help on using the changeset viewer.