Ignore:
Timestamp:
Sep 17, 2010, 11:45:29 AM (15 years ago)
Author:
markus
Message:

Changed wmakefile to use link.exe and alp.exe (Assembler) from DDK, now it compiles.

File:
1 edited

Legend:

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

    r14 r16  
    4141
    4242/* -------------------------- function prototypes -------------------------- */
     43
     44       void small_code_          (void);
    4345
    4446/* ------------------------ global/static variables ------------------------ */
     
    10171019}
    10181020
     1021/******************************************************************************
     1022 * small_code_ - this dummy func resolves the undefined reference linker
     1023 * error that occurrs when linking WATCOM objects with DDK's link.exe
     1024 */
     1025void small_code_(void)
     1026{
     1027}
Note: See TracChangeset for help on using the changeset viewer.