Changeset 297 for trunk/src/helpers/dialog.c
- Timestamp:
- Oct 9, 2005, 3:11:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dialog.c
r265 r297 38 38 39 39 /* 40 * Copyright (C) 2001-200 2Ulrich Mller.40 * Copyright (C) 2001-2005 Ulrich Mller. 41 41 * This file is part of the "XWorkplace helpers" source package. 42 42 * This is free software; you can redistribute it and/or modify … … 1300 1300 APIRET arc = NO_ERROR; 1301 1301 1302 PCSZ pcszClass = NULL;1303 PCSZ pcszText = NULL;1304 ULONG flStyle = 0;1305 LHANDLE lHandleSet = NULLHANDLE;1306 ULONG flOld = 0;1302 volatile PCSZ pcszClass = NULL; // XWP V1.0.4 (2005-10-09) [pr] 1303 volatile PCSZ pcszText = NULL; 1304 volatile ULONG flStyle = 0; 1305 volatile LHANDLE lHandleSet = NULLHANDLE; 1306 volatile ULONG flOld = 0; 1307 1307 1308 1308 if (pColumn->pNestedTable) … … 3102 3102 APIRET arc = NO_ERROR; 3103 3103 3104 HPOINTER hptrOld = winhSetWaitPointer(); // V1.0.0 (2002-08-21) [umoeller]3104 volatile HPOINTER hptrOld = winhSetWaitPointer(); // XWP V1.0.4 (2005-10-09) [pr] 3105 3105 3106 3106 TRY_LOUD(excpt1)
Note:
See TracChangeset
for help on using the changeset viewer.