mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-08 11:52:02 +08:00
_REGION_DEBUG -> _DEBUG_REGION
This commit is contained in:
@@ -52,9 +52,7 @@
|
||||
#ifndef GUI_CLIPRECT_H
|
||||
#define GUI_CLIPRECT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
#undef _DEBUG_REGION
|
||||
|
||||
typedef struct tagGCRINFO
|
||||
{
|
||||
@@ -84,9 +82,11 @@ typedef INVRGN* PINVRGN;
|
||||
SetClipRgn(rgn, &rc); \
|
||||
} while (0)
|
||||
|
||||
#undef _REGION_DEBUG
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#ifdef _REGION_DEBUG
|
||||
#ifdef _DEBUG_REGION
|
||||
void dbg_dumpRegion (CLIPRGN* region);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user