2004-03-30 Danny Smith <dannysmith@users.sourceforge.net>
* include/io.h: (_findfirst): Correct prototype. 2004-03-30 Hans Leidekker <hans@it.vu.nl> * include/io.h: (_findnext, _findclose): Correct prototype.
This commit is contained in:
		| @@ -1,3 +1,11 @@ | ||||
| 2004-03-30  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/io.h: (_findfirst): Correct prototype. | ||||
|  | ||||
| 2004-03-30  Hans Leidekker  <hans@it.vu.nl> | ||||
|  | ||||
| 	* include/io.h: (_findnext, _findclose): Correct prototype. | ||||
|  | ||||
| 2004-03-28  Hans Leidekker  <hans@it.vu.nl> | ||||
|  | ||||
| 	* include/math.h (FP_*): Add defines. | ||||
|   | ||||
| @@ -138,9 +138,9 @@ extern "C" { | ||||
|  * and 0 if a match was found. Call _findclose when you are finished. | ||||
|  */ | ||||
| /*  FIXME: Should these all use intptr_t, as per recent MSDN docs?  */ | ||||
| _CRTIMP int __cdecl _findfirst (const char*, struct _finddata_t*); | ||||
| _CRTIMP int __cdecl _findnext (int, struct _finddata_t*); | ||||
| _CRTIMP int __cdecl _findclose (int); | ||||
| _CRTIMP long __cdecl _findfirst (const char*, struct _finddata_t*); | ||||
| _CRTIMP int __cdecl _findnext (long, struct _finddata_t*); | ||||
| _CRTIMP int __cdecl _findclose (long); | ||||
|  | ||||
| _CRTIMP int __cdecl _chdir (const char*); | ||||
| _CRTIMP char* __cdecl _getcwd (char*, int); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user