mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
MSVC doesn't have ssize_t
git-svn-id: https://svn.eduke32.com/eduke32@3411 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
2b0b8d34cc
commit
2d4ec23b2b
1 changed files with 3 additions and 0 deletions
|
@ -465,6 +465,9 @@ BDIR* Bopendir(const char *name);
|
|||
struct Bdirent* Breaddir(BDIR *dir);
|
||||
int32_t Bclosedir(BDIR *dir);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef intptr_t ssize_t;
|
||||
#endif
|
||||
|
||||
#ifdef __compat_h_macrodef__
|
||||
typedef FILE BFILE;
|
||||
|
|
Loading…
Reference in a new issue