New ACC version.

committer: mfx <mfx> 1071754470 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-12-18 13:34:30 +00:00
parent 07230edec0
commit ccecaa741c
12 changed files with 90 additions and 38 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ ACCLIB_PUBLIC(acclib_handle_t, acc_get_osfhandle) (int fd)
return get_osfhandle(fd);
#elif (ACC_OS_EMX && defined(__RSXNT__))
return -1; /* FIXME */
#elif (ACC_OS_WIN32 && defined(__PW32__) && defined(__GNUC__))
#elif (ACC_OS_WIN32 && ACC_CC_GNUC && defined(__PW32__))
return -1; /* FIXME */
#elif (ACC_OS_WIN32 || ACC_OS_WIN64)
# if (ACC_CC_WATCOMC && (__WATCOMC__ < 1100))