chxavdefines.cpp

来自「著名的 helix realplayer 基于手机 symbian 系统的 播放」· C++ 代码 · 共 44 行

CPP
44
字号
/************************************************************************
 * chxavdefines.cpp
 * ----------------
 *
 * Synopsis:
 * Contains some preprocessor definitions.
 *
 * Target:
 * Symbian OS
 *
 *
 * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
 *
 ************************************************************************/

#define INITGUID 1 // XXXLCM file not needed?

#include "hxengin.h"
#include "hxccf.h"
#include "hxcore.h"
#include "hxclsnk.h"
#include "hxerror.h"
#include "hxauth.h"
#include "hxwin.h"
#include "hxprefs.h"
#include "hxtbuf.h" 
#include "hxstrutl.h"

#include "hxbuffer.h"
#include "ihxpckts.h"
#include "hxstring.h"
#include "hxslist.h"
#include "hxurl.h"
#include "hxvalues.h"
#include "dllacces.h"
#include "dllpath.h"

#include "chxavvector.h"

#undef INITGUID 

 

⌨️ 快捷键说明

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