Ignore:
Timestamp:
Aug 22, 2002, 10:43:34 AM (23 years ago)
Author:
umoeller
Message:

Fixed build breaks.

File:
1 edited

Legend:

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

    r209 r210  
    55 *      auto-format dialogs from control arrays in memory.
    66 *
    7  *      See dlghCreateDlg for details.
     7 *      As a summary, this code allows you to get rid of
     8 *      PM dialog resources completely.
     9 *
     10 *      See dlghCreateDlg for an introduction.
    811 *
    912 *      See @dlg_algorithm for the gory details of the new
     
    27422745                                         pCurrentRow,
    27432746                                         FALSE,        // no nested table
    2744                                          (PVOID)pItemThis->ul1, // pCtlDef, V0.9.21 (2002-08-18) [umoeller]
     2747                                         (const CONTROLDEF *)pItemThis->ul1, // pCtlDef, V0.9.21 (2002-08-18) [umoeller]
    27452748                                         &pColumn)))
    27462749                    lstAppendItem(&pCurrentRow->llColumns,
Note: See TracChangeset for help on using the changeset viewer.