Changeset 21307 for trunk/include


Ignore:
Timestamp:
Jun 18, 2009, 6:26:48 PM (16 years ago)
Author:
ydario
Message:

Support gcc 4.x for ntdll

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.dbg.emx.mk

    r21299 r21307  
    138138LDFLAGS          = -Zmt -Zomf -Zmap -Zlinker "/MAP:FULL /Linenumbers /exepack:2 /Nod" $(LDTARGETFLAGS) -g
    139139LDFLAGS_ODINCRT  = -Zmt -Zomf -Zmap -Zlinker "/MAP:FULL /Linenumbers /exepack:2     " $(LDTARGETFLAGS) -g
    140 LD2FLAGS         = -g -Zomf -Zhigh-mem $(LD2TARGETFLAGS)
    141 LD2FLAGS_ODINCRT = -g -Zomf -Zhigh-mem $(LD2TARGETFLAGS)
     140LD2FLAGS         = -g -Zomf -Zmap -Zhigh-mem $(LD2TARGETFLAGS)
     141LD2FLAGS_ODINCRT = -g -Zomf -Zmap -Zhigh-mem $(LD2TARGETFLAGS)
    142142!endif
    143143
  • trunk/include/odin32.post.emx.mk

    r21299 r21307  
    392392$(OBJDIR)\$(TARGET).sym: $(OBJDIR)\$(TARGET).map
    393393    cd $(OBJDIR)
    394     $(MAPSYM) $(TARGET).map
     394    -$(MAPSYM) $(TARGET).map
    395395    cd ..\..
    396396
  • trunk/include/win/wine/unicode.h

    r21299 r21307  
    7171#else
    7272#define _K32CONV
     73#endif
     74
     75#if defined(__IBMC__) || defined(__IBMCPP__)
     76// YD match gcc 4.x prefix
     77#define casemap_upper _casemap_upper
     78#define casemap_lower _casemap_lower
     79#define wctype_table _wctype_table
    7380#endif
    7481
Note: See TracChangeset for help on using the changeset viewer.