#include "stdafx.h"#include "FdmApp.h"#include "vmsBtDownloadManager.h"Go to the source code of this file.
Defines | |
| #define | CHECK_SIZE(need) {if (pb != NULL && *pdwSize < (UINT)(pb + need - pbOld)) goto _lSizeErr;} |
| #define | LOG_local(x) LOG("vmsBTDM::_tBTDM(" << (DWORD)lp << "): " << x << nl) |
| #define CHECK_SIZE | ( | need | ) | {if (pb != NULL && *pdwSize < (UINT)(pb + need - pbOld)) goto _lSizeErr;} |
Referenced by vmsBtDownloadManager::SaveState().
| #define LOG_local | ( | x | ) | LOG("vmsBTDM::_tBTDM(" << (DWORD)lp << "): " << x << nl) |
1.5.6