Ignore:
Timestamp:
Jun 29, 2000, 1:10:54 PM (25 years ago)
Author:
sandervl
Message:

put undocumented stuff in #ifdef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/commctrl.h

    r3583 r3769  
    1 /* $Id: commctrl.h,v 1.31 2000-05-22 17:18:49 cbratschi Exp $ */
     1/* $Id: commctrl.h,v 1.32 2000-06-29 11:10:54 sandervl Exp $ */
    22/*
    33 * Common controls definitions
     
    38523852 */
    38533853
     3854#ifdef COMCTL32UNDOC
    38543855/* private heap memory functions */
    38553856
     
    39393940#define DPA_FastGetPtr(hdpa,i) (DPA_GetPtrPtr(hdpa)[i])
    39403941
     3942#endif //COMCTL32UNDOC
     3943
    39413944/* notification helper functions */
    39423945
Note: See TracChangeset for help on using the changeset viewer.