config.h
上传用户:egreat
上传日期:2007-07-13
资源大小:29k
文件大小:0k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. #ifndef _STOCK_CONFIG_H_
  2. #define _STOCK_CONFIG_H_
  3. #define BOOST_HAS_THREADS 
  4. // #define BOOST_SMART_ASSERT_NO_LIB
  5. typedef unsigned long ulong;
  6. typedef unsigned int uint;
  7. typedef unsigned short ushort;
  8. typedef unsigned char uchar;
  9. #endif