Changeset 21881 for branches/gcc-kmk/src


Ignore:
Timestamp:
Dec 13, 2011, 12:12:49 PM (14 years ago)
Author:
dmik
Message:

Remove wrong defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/ws2_32/Makefile.kmk

    r21880 r21881  
    1010DLLS               += ws2_32
    1111ws2_32_TEMPLATE     = OdinDLL
    12 
    13 # Make sure BSD inet in GCC definitions don't conflict with
    14 # the ones in Windows headers
    15 icmp_DEFS           = _POSIX_SOURCE _POSIX_C_SOURCE=200112 _EMX_SOURCE \
    16                       _XOPEN_SOURCE=600 _SVID_SOURCE
    17 
    18 # Some bogus GCC headers use defs unavailable in the above mode
    19 icmp_DEFS          += BYTE_ORDER=_BYTE_ORDER BIG_ENDIAN=_BIG_ENDIAN \
    20                       LITTLE_ENDIAN=_LITTLE_ENDIAN
    2112
    2213ws2_32_SOURCES      = \
Note: See TracChangeset for help on using the changeset viewer.