Reduced some FIXME-3.0 tags to normal FIXME. They can wait.

This commit is contained in:
Ryan C. Gordon 2017-08-14 01:35:10 -04:00
parent 88e7f3eb0f
commit 2a6215394b
2 changed files with 3 additions and 3 deletions

View File

@ -382,12 +382,12 @@ char *__PHYSFS_platformCalcBaseDir(const char *argv0)
char *__PHYSFS_platformCalcUserDir(void)
{
return __PHYSFS_platformCalcBaseDir(NULL); /* !!! FIXME-3.0: ? */
return __PHYSFS_platformCalcBaseDir(NULL); /* !!! FIXME: ? */
} /* __PHYSFS_platformCalcUserDir */
char *__PHYSFS_platformCalcPrefDir(const char *org, const char *app)
{
return __PHYSFS_platformCalcBaseDir(NULL); /* !!! FIXME-3.0: ? */
return __PHYSFS_platformCalcBaseDir(NULL); /* !!! FIXME: ? */
} /* __PHYSFS_platformCalcPrefDir */
int __PHYSFS_platformEnumerate(const char *dirname,

View File

@ -67,7 +67,7 @@
# define PHYSFS_PLATFORM_UNIX 1
# define PHYSFS_PLATFORM_POSIX 1
#elif defined(__QNX__)
# define PHYSFS_NO_CDROM_SUPPORT 1 /* !!! FIXME-3.0? */
# define PHYSFS_NO_CDROM_SUPPORT 1 /* !!! FIXME? */
# define PHYSFS_PLATFORM_QNX 1
# define PHYSFS_PLATFORM_UNIX 1
# define PHYSFS_PLATFORM_POSIX 1