VirtualBox

Changeset 802 in kBuild for trunk/src/sed/lib/getopt.c


Ignore:
Timestamp:
Jan 25, 2007 12:47:50 AM (18 years ago)
Author:
bird
Message:

msvcrt build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sed/lib/getopt.c

    r599 r802  
    201201   in GCC.  */
    202202# include <string.h>
     203# define my_index       strchr
     204#elif defined(_MSC_VER)
     205
     206# include <stdlib.h>
     207# include <string.h>
     208# include <stdio.h>
    203209# define my_index       strchr
    204210#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette