// Plug_In_2.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "Plug_In_2.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#include "resource.h" // main
// Plug_In_1.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include "Plug_In_1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#include "resource.h" // main
//
// SendPacket.RC2 - Microsoft Visual C++ 不会直接编辑的资源
//
#ifdef APSTUDIO_INVOKED
#error 此文件不能由 Microsoft Visual C++ 编辑
#endif //APSTUDIO_INVOKED
///////////////////////////////////////////
//
// RecvPacket.RC2 - Microsoft Visual C++ 不会直接编辑的资源
//
#ifdef APSTUDIO_INVOKED
#error 此文件不能由 Microsoft Visual C++ 编辑
#endif //APSTUDIO_INVOKED
///////////////////////////////////////////