Ignore:
Timestamp:
Nov 25, 2011, 10:19:52 PM (14 years ago)
Author:
dmik
Message:

Make the debug version of ported DLLs build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/gdi32/gdi32.cpp

    r10594 r21824  
    391391VOID dumpROP2(INT rop2)
    392392{
    393   CHAR *name;
     393  const char *name;
    394394
    395395  switch (rop2)
     
    549549//******************************************************************************
    550550//******************************************************************************
    551 char *GetDeviceCapsString(int nIndex)
     551const char *GetDeviceCapsString(int nIndex)
    552552{
    553553    switch(nIndex) {
Note: See TracChangeset for help on using the changeset viewer.