Ignore:
Timestamp:
Jun 16, 2009, 3:47:05 PM (16 years ago)
Author:
ydario
Message:

Header updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/stats.h

    r7641 r21301  
    11#ifndef _STATISTICS_H__
    22#define _STATISTICS_H__
     3
     4#include <_ras.h>
    35
    46//Get memory statistics from odincrt
     
    1820#endif
    1921
    20 #ifdef DEBUG
     22#if defined(DEBUG) || defined(RAS)
    2123void STATS_GetDCEx(HWND hwnd, HDC hdc, HRGN hrgn, ULONG flags);
    2224void STATS_ReleaseDC(HWND hwnd, HDC hdc);
     25void STATS_InitializeGDI32 (void);
     26void STATS_UninitializeGDI32(void);
    2327void STATS_DumpStatsGDI32();
    2428void STATS_DumpStatsUSER32();
     29void STATS_InitializeUSER32 (void);
     30void STATS_UninitializeUSER32(void);
    2531void STATS_CreateFontIndirect(HFONT hFont, LOGFONTA* lplf);
    2632void STATS_CreateCompatibleDC(HDC hdc, HDC newHdc);
     
    6167#define STATS_GetDCEx(a, b, c, d)
    6268#define STATS_ReleaseDC(a,b)
     69#define STATS_InitializeGDI32()
     70#define STATS_UninitializeGDI32()
    6371#define STATS_DumpStatsGDI32()
    6472#define STATS_DumpStatsUSER32()
Note: See TracChangeset for help on using the changeset viewer.