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
  • branches/branch-1-0/src/helpers/wphandle.c

    r222 r297  
    2424
    2525/*
    26  *      This file Copyright (C) 1997-2001 Ulrich M”ller,
     26 *      This file Copyright (C) 1997-2005 Ulrich M”ller,
    2727 *      This file is part of the "XWorkplace helpers" source package.
    2828 *      This is free software; you can redistribute it and/or modify
     
    795795    APIRET      arc = NO_ERROR;
    796796
    797     PSZ         pszActiveHandles = NULL;
    798     HHANDLES    hHandles = NULLHANDLE;
     797    volatile PSZ         pszActiveHandles = NULL; // XWP V1.0.4 (2005-10-09) [pr]
     798    volatile HHANDLES    hHandles = NULLHANDLE;
    799799
    800800    TRY_LOUD(excpt1)
Note: See TracChangeset for help on using the changeset viewer.