- Timestamp:
- Feb 15, 2012 3:23:32 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76283
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/vbsfhlp.c
r31661 r40134 247 247 #endif 248 248 249 Assert(ulSize > sizeof(void *));250 251 249 /* Tag is reversed (a.k.a "SHFL") to display correctly in debuggers, so search for "SHFL" */ 252 250 pMemory = ExAllocatePoolWithTag(NonPagedPool, ulSize, 'LFHS');
Note:
See TracChangeset
for help on using the changeset viewer.