Project

General

Profile

« Previous | Next » 

Revision 2589

Added by stephane about 13 years ago

UTILS_G
- GBase : linux version

View differences:

src/scol_gbase.c
382 382
int SCOL_gbaseFileStat (mmachine m)
383 383
{
384 384
    int mfile;
385
    int result;
386
    GStatBuf *s = NULL;
385
    int result;
386
    #if ((defined _WIN32) || (defined __WIN32__))
387
    GStatBuf *s = NULL;
388
    #else
389
    struct stat *s = NULL;
390
    #endif
387 391

  
388 392
    mfile = MMpull(m);
389 393
    if (mfile == NIL)

Also available in: Unified diff