Changeset 81 for cpp/gdk/stdiofile.h


Ignore:
Timestamp:
02/08/13 03:29:17 (11 years ago)
Author:
Maciej Komosinski
Message:

improved parsing of properties (e.g. in f0 genotypes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/stdiofile.h

    r66 r81  
    99#include "sstring.h"
    1010#include <stdio.h>
    11 #ifndef _MSC_VER
    12 #include <dirent.h>
    13 #endif
     11#include "nonstd_dir.h"
    1412
    1513class StdioFileSystem: public VirtFileSystem
     
    4947class StdioDIR: public VirtDIR
    5048{
    51 #ifndef _MSC_VER
    5249DIR *dir;
    5350  public:
     
    5552~StdioDIR() {if (dir) closedir(dir);}
    5653dirent* Vreaddir();
    57 #endif
    5854};
    5955
Note: See TracChangeset for help on using the changeset viewer.