Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/os2thunk.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1505 r1506  
    1 /* os2thunk.h (emx+gcc) */
     1/* os2thunk.h,v 1.4 2004/09/14 22:27:35 bird Exp */
     2/** @file
     3 * EMX
     4 */
    25
    36#ifndef _OS2THUNK_H
    47#define _OS2THUNK_H
     8
     9#include <sys/cdefs.h>
     10
     11__BEGIN_DECLS
    512
    613typedef unsigned long _far16ptr;
     
    6168#define _THUNK_PTR_STRUCT_OK(ptr) _THUNK_PTR_SIZE_OK ((ptr), sizeof (*(ptr)))
    6269
     70__END_DECLS
     71
    6372#endif /* not _OS2THUNK_H */
Note: See TracChangeset for help on using the changeset viewer.