K 10 svn:author V 5 wpaul K 8 svn:date V 27 2005-01-25T17:00:54.000000Z K 7 svn:log V 254 Apparently, the Intel icc compiler doesn't like it when you use attributes in casts (i.e. foo = (__stdcall sometype)bar). This only happens in two places where we need to set up function pointers, so work around the problem with some void pointer magic. END