added minor changes for vms

This commit is contained in:
2012-05-28 07:11:13 +00:00
parent 5943d9d190
commit 4105128b3a
5 changed files with 9 additions and 1 deletions

View File

@ -128,7 +128,7 @@ enum qse_fio_mode_t
#elif defined(__DOS__)
typedef int qse_fio_hnd_t;
#elif defined(vms) || defined(__vms)
typedef void* qse_fio_hnd_t; /* struct FAB* */
typedef void* qse_fio_hnd_t; /* struct FAB*, struct RAB* */
#else
typedef int qse_fio_hnd_t;
#endif