www.digitalmars.com         C & C++   DMDScript  

c++ - Missing definition of _wfinddata_t

reply torhu <fake address.dude> writes:
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
parent torhu <fake address.dude> writes:
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.
MSDN page about the usage and contents of _finddata_t and _wfinddata_t: http://msdn2.microsoft.com/en-us/library/kda16keh(VS.80).aspx
Jun 04 2007