Changeset 2120 for trunk/src/emx/include/sys/winmgr.h
- Timestamp:
- Jul 1, 2005, 1:23:09 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/winmgr.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2119 r2120 54 54 #endif 55 55 56 struct _ FILE;56 struct __sFILE; 57 57 58 58 typedef struct _wm_window *wm_handle; … … 117 117 #endif 118 118 119 int wm_fclose (struct _ FILE *stream);120 struct _ FILE *wm_fopen (wm_handle wh);119 int wm_fclose (struct __sFILE *stream); 120 struct __sFILE *wm_fopen (wm_handle wh); 121 121 122 122 #if defined (__GNUC__) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.