T O P I C R E V I E W |
mengxp |
Posted - Sep 17 2013 : 08:28:19 AM bug: VA_X treat a macro as a function and function is missing in the list
macro is defined:
#define HLIST_FOR_EACH_ENTRY(pUser, pList, pListHead, Type, Field) \ for(pList = (pListHead)->FirstLink; \ pList && (pUser = CONTAINING_RECORD(pList,Type,Field)); \ pList = pList->Flink)
|
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Sep 17 2013 : 6:26:54 PM That list is generated by Visual Studio, not by Visual Assist. I was able to reproduce your problem, it is indeed missing from the Visual Studio list for me as well, but it is listed in Visual Assist's list for me. Just press alt+m or open the upper-left combobox to see that list. |
|
|