Ignore:
Timestamp:
Oct 12, 2008, 6:51:34 PM (17 years ago)
Author:
ansari
Message:

Suppression des flags OS_xxx (OS_MACOSX OS_AIX ...) de machdefs.h et ajout constructeur MuTyV(uint_4, uint_8) - Reza 12/10/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppfbinstream.cc

    r2805 r3525  
    1010
    1111//  strptime n'est pas defini sous Linux avec g++ avant gcc 3.x - Reza Mars 2000
    12 #if defined(OS_LINUX) && defined(__GNUG__) && (__GNUC__ < 3)
     12#if defined(Linux) && defined(__GNUG__) && (__GNUC__ < 3)
    1313extern "C" {
    1414char *strptime(const char *buf, const char *format, struct tm *tm);
Note: See TracChangeset for help on using the changeset viewer.