Changeset 64 for cpp/gdk/nonstd.h


Ignore:
Timestamp:
01/28/11 23:29:40 (13 years ago)
Author:
Maciej Komosinski
Message:

a lot of minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/nonstd.h

    r5 r64  
    1 // This file is a part of Framsticks GDK library.
    2 // Copyright (C) 2002-2006  Szymon Ulatowski.  See LICENSE.txt for details.
    3 // Refer to http://www.frams.alife.pl/ for further information.
    4 
    51//Define rnd01, rnd0N, and randomN so that they
    62//work in your C++ environment.
     
    9692#endif
    9793
     94#ifdef DEFINE_STRICMP_AS_STRCASECMP
     95#define stricmp(a,b) strcasecmp(a,b)
    9896#endif
     97
     98#endif
Note: See TracChangeset for help on using the changeset viewer.