owntypes.h

来自「h.263一款不错的网络视频监控系统软件」· C头文件 代码 · 共 39 行

H
39
字号
////////////////////////////////////////////////////////////////////////////
//
//
//    Project     : VideoNet version 1.1.
//    Description : Peer to Peer Video Conferencing over the LAN.
//	  Author      :	Nagareshwar Y Talekar ( nsry2002@yahoo.co.in)
//    Date        : 15-6-2004.
//
//    I have converted origional fast h.263 encoder library from C to C++ 
//	  so that it can be integrated into any windows application easily.
//	  I have removed some of unnecessary codes/files from the
//	  fast h263 library.Also moved definitions and declarations
//	  in their proper .h and .cpp files.
//
//    File description : 
//    Name    : owntypes.h
//    details : redundant file....simply kept....
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_OWNTYPES_H__9AA44A67_691B_11D6_889A_000B2B0F84B6__INCLUDED_)
#define AFX_OWNTYPES_H__9AA44A67_691B_11D6_889A_000B2B0F84B6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef FALSE
#define FALSE 0
#endif

#ifndef TRUE
#define TRUE 1
#endif



#endif // !defined(AFX_OWNTYPES_H__9AA44A67_691B_11D6_889A_000B2B0F84B6__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?