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/comctl.c

    r209 r221  
    123123 ********************************************************************/
    124124
    125 PFNWP   G_pfnwpStatic = NULL;
     125PFNWP   G_pfnwpSepStatic = NULL;
    126126
    127127/*
     
    172172
    173173        default:
    174             mrc = G_pfnwpStatic(hwnd, msg, mp1, mp2);
     174            mrc = G_pfnwpSepStatic(hwnd, msg, mp1, mp2);
    175175    }
    176176
     
    192192                          &ciStatic))
    193193    {
    194         G_pfnwpStatic = ciStatic.pfnWindowProc;
     194        G_pfnwpSepStatic = ciStatic.pfnWindowProc;
    195195
    196196        return WinRegisterClass(hab,
Note: See TracChangeset for help on using the changeset viewer.