Ignore:
Timestamp:
Feb 16, 2000, 3:25:43 PM (26 years ago)
Author:
sandervl
Message:

Added new logging feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/palette.cpp

    r2592 r2802  
    1 /* $Id: palette.cpp,v 1.2 2000-02-01 12:53:31 sandervl Exp $ */
     1/* $Id: palette.cpp,v 1.3 2000-02-16 14:18:12 sandervl Exp $ */
    22
    33/*
     
    1717#include <string.h>
    1818#include "dibsect.h"
     19
     20#define DBG_LOCALLOG    DBG_palette
     21#include "dbglocal.h"
    1922
    2023static UINT SystemPaletteUse = SYSPAL_STATIC;  /* currently not considered */
Note: See TracChangeset for help on using the changeset viewer.