Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
c++ - Missing definition of _wfinddata_t
DMC 0.49. In tchar.h, I found this: #define _tfinddata_t _wfinddata_t This is the only mention of _wfinddata_t in the dmc headers. I'm posting this on behalf of someone that tried to compile a piece of code that uses _wfinddata_t directly. Copying the definititon from another compiler's header files seems to work, but it seems odd that it's not defined in dmc's headers. Jun 04 2007
torhu wrote:DMC 0.49. In tchar.h, I found this: #define _tfinddata_t _wfinddata_t This is the only mention of _wfinddata_t in the dmc headers. I'm posting this on behalf of someone that tried to compile a piece of code that uses _wfinddata_t directly. Copying the definititon from another compiler's header files seems to work, but it seems odd that it's not defined in dmc's headers. Jun 04 2007
|