Just tested with 1209 - the same effect. Created new "simple Win32 application" from wizard, and inserted minimal amount of code:
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
HELPINFO* pHelpInfo;
pHelpInfo->
return 0;
}
Just in case I've cleared the cache and rebuilt symbol databases - stil the same.