Changeset 2 for trunk/orca/win32

Show
Ignore:
Timestamp:
01/25/06 14:55:17 (3 years ago)
Author:
krobillard
Message:

orca - Fixed read on Windows.
qt - Added append-text native.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/win32/os.h

    r1 r2  
    4949#define fileWrite(fh,buf,len)   fwrite(buf,1,len,fh) 
    5050#define fileSeek(fh,off)        fseek(fh,off,SEEK_SET) 
     51#define fileError(fh)           ferror(fh) 
    5152 
    5253#ifdef __cplusplus