mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix 64-bit MSVC builds. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4325 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
990c99acc2
commit
497dc1fc7f
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ int32_t Bfilelength(int32_t fd)
|
|||
typedef struct
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
int32_t dir;
|
||||
intptr_t dir;
|
||||
struct _finddata_t fid;
|
||||
#else
|
||||
DIR *dir;
|
||||
|
|
Loading…
Reference in a new issue