Ignore:
Timestamp:
Sep 23, 2010, 12:10:39 PM (15 years ago)
Author:
markus
Message:

for watcom build: use watcom calling convention as default, _cdecl where needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r17 r24  
    4242/* -------------------------- function prototypes -------------------------- */
    4343
    44        void small_code_          (void);
     44void     _cdecl small_code_          (void);
    4545
    4646/* ------------------------ global/static variables ------------------------ */
     
    9393 * device driver's strategy function.
    9494 */
    95 USHORT c_strat(RPH _far *req)
     95USHORT _cdecl c_strat(RPH _far *req)
    9696{
    9797  u16 rc;
     
    10261026 * error that occurrs when linking WATCOM objects with DDK's link.exe
    10271027 */
    1028 void small_code_(void)
    1029 {
    1030 }
     1028void _cdecl small_code_(void)
     1029{
     1030}
Note: See TracChangeset for help on using the changeset viewer.