摘要:
#include "stdafx.h" #include #include #include #define CHECK_HR(s) if (FAILED(s)) {return 1;} #define SAFE_RELEASE(p) do { if ((p)) { (p)->Release(); (p) = NULL; } } while(0) LRE... 阅读全文
posted @ 2017-08-08 14:32
poisson_notes
阅读(4624)
评论(0)
推荐(0)
浙公网安备 33010602011771号