mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[RAPPS]
initialize CachedEntriesHead CORE-9060 svn path=/trunk/; revision=67225
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
if (!ParserGetString(a, b, MAX_PATH, FindFileData.cFileName)) \
|
||||
b[0] = '\0';
|
||||
|
||||
LIST_ENTRY CachedEntriesHead = {0};
|
||||
LIST_ENTRY CachedEntriesHead = { &CachedEntriesHead, &CachedEntriesHead };
|
||||
PLIST_ENTRY pCachedEntry = NULL;
|
||||
|
||||
BOOL
|
||||
|
||||
Reference in New Issue
Block a user