#include "stdafx.h"#include "fsDownloadMgr.h"#include "inetutil.h"#include "misc.h"#include "Hash\vmsHash.h"#include "DownloadsWnd.h"#include "AERDlg.h"#include "SCRDlg.h"#include "MyMessageBox.h"#include "vmsMaliciousDownloadChecker.h"#include "fsdownloadsmgr.h"Go to the source code of this file.
Defines | |
| #define | CHECK_BOUNDS(need) if (need < 0 || need > int(*pdwSize) - (pB - LPBYTE (lpBuffer))) return FALSE; |
| #define CHECK_BOUNDS | ( | need | ) | if (need < 0 || need > int(*pdwSize) - (pB - LPBYTE (lpBuffer))) return FALSE; |
1.5.6