Ignore:
Timestamp:
Sep 3, 2002, 4:42:25 PM (23 years ago)
Author:
umoeller
Message:

Fixes for static functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dialog.c

    r213 r221  
    754754#ifdef DEBUG_DIALOG_WINDOWS
    755755
    756 static PFNWP G_pfnwpStatic = NULL;
     756static PFNWP G_pfnwpDebugStaticOrig = NULL;
    757757
    758758/*
     
    812812
    813813        default:
    814             mrc = G_pfnwpStatic(hwndBox, msg, mp1, mp2);
     814            mrc = G_pfnwpDebugStaticOrig(hwndBox, msg, mp1, mp2);
    815815    }
    816816
     
    853853                                    NULL))
    854854    {
    855         G_pfnwpStatic = WinSubclassWindow(hwndDebug, fnwpDebugFrame);
     855        G_pfnwpDebugStaticOrig = WinSubclassWindow(hwndDebug, fnwpDebugFrame);
    856856        winhSetPresColor(hwndDebug, PP_FOREGROUNDCOLOR, lcol);
    857857        WinSetWindowULong(hwndDebug, QWL_USER, lLineType);
Note: See TracChangeset for help on using the changeset viewer.