K 10 svn:author V 3 dim K 8 svn:date V 27 2012-11-17T22:58:33.118546Z K 7 svn:log V 288 MFC r242873: Fix all the inconsistent nve_os* function declarations and definitions in nve(4). The OS_API structure defined in os.h expects NV_API_CALL attributes, effectively regparm(0), on its function pointers, but all the functions were declared and defined without this attribute. END