Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/include/winos2def.h

    r223 r21916  
    3131#endif
    3232
    33 #ifndef PSZ
    34 #  define PSZ char *
    35 #endif
     33typedef char *PSZ;
     34typedef const char *PCSZ;
    3635
    3736
     
    5554
    5655    return yyrc;
    57 } 
     56}
    5857
    5958#undef  WinPostMsg
     
    6968
    7069    return yyrc;
    71 } 
     70}
    7271
    7372#undef  DosSleep
     
    116115
    117116    return yyrc;
    118 } 
     117}
    119118
    120119#undef  DosQueryCtryInfo
Note: See TracChangeset for help on using the changeset viewer.