Changeset 21844


Ignore:
Timestamp:
Dec 2, 2011, 3:58:37 PM (14 years ago)
Author:
dmik
Message:

Port fontlist testcase to GGG/kBuild.

Location:
branches/gcc-kmk/testapp/gui/fontlist
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/testapp/gui/fontlist/XFont.cpp

    r21539 r21844  
    2222#include "XFont.h"
    2323
    24 //#define TRACE(a,...)  do {} while(0)
     24#ifdef __GNUC__
     25#define TRACE(a,...)  do {} while(0)
     26#else
    2527#define TRACE ((void)0)
     28#endif
    2629#define _ASSERTE(a) do {} while(0)
    2730
     
    591594    *pnVersion = WUNKNOWN;
    592595
    593     TCHAR *cp = NULL;
     596    const TCHAR *cp = NULL;
    594597
    595598    OSVERSIONINFO osinfo;
Note: See TracChangeset for help on using the changeset viewer.