Home
last modified time | relevance | path

Searched refs:IS_ENTRY_COMMENT (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/kernel32/wine/
H A Dprofile.c94 #define IS_ENTRY_COMMENT(str) ((str)[0] == ';') macro
921 if (IS_ENTRY_COMMENT(key->name)) continue; /* Skip comments */ in PROFILE_GetSection()