|
From: Miro K. <mir...@gm...> - 2015-02-06 13:53:38
|
Hi, I'm quite new to MinGW so excuse me if this is a known thing. I tried to look it up on Google but with no luck. I'd like to use some members of the DIR structure in my code (e.g. file handle). It's defined as: typedef struct __dirstream_t DIR; in dirent.h but it seems that definition of __dirstream_t is missing. Do I need to install some additional package(s). Or what could be wrong here? I followed the guide for both MinGW and MSYS. Thanks, Miro |