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

Symbian

开发平台:

C/C++

  1. /*****************************************************************************
  2.  * hxsym_console_util.h
  3.  * ---------------
  4.  *
  5.  *
  6.  * Target:
  7.  * Symbian OS
  8.  *
  9.  *
  10.  * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
  11.  *
  12.  *****************************************************************************/
  13. #if !defined(HXSYM_CONSOLE_UTIL_H__)
  14. #define HXSYM_CONSOLE_UTIL_H__
  15. #if defined (HELIX_FEATURE_DPRINTF)
  16. void PrintConsole(const char* pszText);
  17. #endif
  18. #endif // HXSYM_CONSOLE_UTIL_H__