Ignore:
Timestamp:
Oct 9, 2005, 3:11:51 PM (20 years ago)
Author:
pr
Message:

Update functions using exception handlers to force non-register variables

File:
1 edited

Legend:

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

    r265 r297  
    3838
    3939/*
    40  *      Copyright (C) 2001-2002 Ulrich M”ller.
     40 *      Copyright (C) 2001-2005 Ulrich M”ller.
    4141 *      This file is part of the "XWorkplace helpers" source package.
    4242 *      This is free software; you can redistribute it and/or modify
     
    13001300    APIRET      arc = NO_ERROR;
    13011301
    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;
    13071307
    13081308    if (pColumn->pNestedTable)
     
    31023102    APIRET      arc = NO_ERROR;
    31033103
    3104     HPOINTER    hptrOld = winhSetWaitPointer();     // V1.0.0 (2002-08-21) [umoeller]
     3104    volatile HPOINTER hptrOld = winhSetWaitPointer(); // XWP V1.0.4 (2005-10-09) [pr]
    31053105
    31063106    TRY_LOUD(excpt1)
Note: See TracChangeset for help on using the changeset viewer.