Changeset 24 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Sep 23, 2010, 12:10:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r17 r24 42 42 /* -------------------------- function prototypes -------------------------- */ 43 43 44 voidsmall_code_ (void);44 void _cdecl small_code_ (void); 45 45 46 46 /* ------------------------ global/static variables ------------------------ */ … … 93 93 * device driver's strategy function. 94 94 */ 95 USHORT c_strat(RPH _far *req)95 USHORT _cdecl c_strat(RPH _far *req) 96 96 { 97 97 u16 rc; … … 1026 1026 * error that occurrs when linking WATCOM objects with DDK's link.exe 1027 1027 */ 1028 void small_code_(void)1029 { 1030 } 1028 void _cdecl small_code_(void) 1029 { 1030 }
Note:
See TracChangeset
for help on using the changeset viewer.