nmdprintf.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
- //=============================================================================
- // Microsoft (R) Network Monitor (tm).
- // Copyright (C) 1993-1999. All rights reserved.
- //
- // MODULE: nmdprintf.h
- //=============================================================================
- #ifndef NMDPRINTF_H
- #define NMDPRINTF_H
- #ifndef _NMSUPP_H
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- extern VOID _cdecl dprintf(LPSTR format, ...);
- #ifdef __cplusplus
- }
- #endif
- #endif
- #endif