mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Windows/dirent.c: include stddef.h for MSVC to get intptr_t.
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@239 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
54a2f21892
commit
02e9d464ff
1 changed files with 3 additions and 1 deletions
|
@ -8,9 +8,11 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <stddef.h> /* for intptr_t under MSVC */
|
||||
/*#include <stdint.h>*/
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <io.h> /* _findfirst and _findnext set errno iff they return -1 */
|
||||
#include <io.h> /* _findfirst and _findnext set errno if they return -1 */
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue