(1)
#pragma warning (push)
#pragma warning (disable:4146)
#import"c:\program files\common files\system\ado\msado15.dll" no_namespace rename ("EOF","adoEOF")
#pragma warning (pop)
以上各句话的意义是什么?(2)
#define __OUTPROC_SERVER_ // To get the proper definition of trace
#include "Util.h"
#undef __OUTPROC_SERVER_以上各句话的意义是什么?