Changeset 297 for trunk/src/helpers/memdebug_win.c
- Timestamp:
- Oct 9, 2005, 3:11:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/memdebug_win.c
r265 r297 12 12 13 13 /* 14 * Copyright (C) 2000 Ulrich Mller.14 * Copyright (C) 2000-2005 Ulrich Mller. 15 15 * This program is part of the XWorkplace package. 16 16 * This program is free software; you can redistribute it and/or modify … … 285 285 286 286 ULONG cHeapItems = 0; 287 BOOL fLocked = FALSE;287 volatile BOOL fLocked = FALSE; // XWP V1.0.4 (2005-10-09) [pr] 288 288 289 289 TRY_LOUD(excpt1) … … 843 843 i++; 844 844 } 845 #endif 846 845 #endif // __XWPMEMDEBUG__ 846
Note:
See TracChangeset
for help on using the changeset viewer.