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/memdebug_win.c

    r265 r297  
    1212
    1313/*
    14  *      Copyright (C) 2000 Ulrich M”ller.
     14 *      Copyright (C) 2000-2005 Ulrich M”ller.
    1515 *      This program is part of the XWorkplace package.
    1616 *      This program is free software; you can redistribute it and/or modify
     
    285285
    286286    ULONG       cHeapItems = 0;
    287     BOOL        fLocked = FALSE;
     287    volatile BOOL       fLocked = FALSE; // XWP V1.0.4 (2005-10-09) [pr]
    288288
    289289    TRY_LOUD(excpt1)
     
    843843    i++;
    844844}
    845 #endif
    846 
     845#endif // __XWPMEMDEBUG__
     846
Note: See TracChangeset for help on using the changeset viewer.