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/src/ddraw/surfacehlp.cpp

    r21494 r21916  
    314314  const struct {
    315315    DWORD  mask;
    316     char  *name;
     316    const char  *name;
    317317  } flags[] = {
    318318#define FE(x) { x, #x},
     
    339339  const struct {
    340340    DWORD  mask;
    341     char  *name;
     341    const char  *name;
    342342  } flags[] = {
    343343#define FE(x) { x, #x},
     
    357357  const struct {
    358358    DWORD  mask;
    359     char  *name;
     359    const char  *name;
    360360  } flags[] = {
    361361#define FE(x) { x, #x},
     
    397397  const struct {
    398398    DWORD  mask;
    399     char  *name;
     399    const char  *name;
    400400  } flags[] = {
    401401#define FE(x) { x, #x},
     
    441441  const struct {
    442442    DWORD  mask;
    443     char  *name;
     443    const char  *name;
    444444  } flags[] = {
    445445#define FE(x) { x, #x},
     
    462462  const struct {
    463463    DWORD  mask;
    464     char  *name;
     464    const char  *name;
    465465  } flags[] = {
    466466    FE(DDSD_CAPS)
     
    492492  const struct {
    493493    DWORD  mask;
    494     char  *name;
     494    const char  *name;
    495495  } flags[] = {
    496496#define FE(x) { x, #x},
     
    511511  const struct {
    512512    DWORD  mask;
    513     char  *name;
     513    const char  *name;
    514514  } flags[] = {
    515515#define FE(x) { x, #x},
Note: See TracChangeset for help on using the changeset viewer.