chxavdefines.cpp
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. /************************************************************************
  2.  * chxavdefines.cpp
  3.  * ----------------
  4.  *
  5.  * Synopsis:
  6.  * Contains some preprocessor definitions.
  7.  *
  8.  * Target:
  9.  * Symbian OS
  10.  *
  11.  *
  12.  * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
  13.  *
  14.  ************************************************************************/
  15. #define INITGUID 1 // XXXLCM file not needed?
  16. #include "hxengin.h"
  17. #include "hxccf.h"
  18. #include "hxcore.h"
  19. #include "hxclsnk.h"
  20. #include "hxerror.h"
  21. #include "hxauth.h"
  22. #include "hxwin.h"
  23. #include "hxprefs.h"
  24. #include "hxtbuf.h" 
  25. #include "hxstrutl.h"
  26. #include "hxbuffer.h"
  27. #include "ihxpckts.h"
  28. #include "hxstring.h"
  29. #include "hxslist.h"
  30. #include "hxurl.h"
  31. #include "hxvalues.h"
  32. #include "dllacces.h"
  33. #include "dllpath.h"
  34. #include "chxavvector.h"
  35. #undef INITGUID 
  36.