D:/opendownloadmanager/ODM-1.x/Firefox/XPCOM Component/common.h File Reference
#include "assert.h"
Go to the source code of this file.
|
Defines |
| #define | CC(cmd) {HRESULT hr = cmd; assert (SUCCEEDED (hr)); if (FAILED (hr)) return NS_ERROR_FAILURE;} |
Define Documentation
| #define CC |
( |
cmd |
|
) |
{HRESULT hr = cmd; assert (SUCCEEDED (hr)); if (FAILED (hr)) return NS_ERROR_FAILURE;} |