vxdcomGlobals.cpp
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* vxdcomGlobals */
  2. /* Copyright (c) 1999 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01c,17dec01,nel  Add include symbol for diab build.
  7. 01b,19jul01,dbs  fix include path of vxdcomGlobals.h
  8. 01a,13aug99,aim  created
  9. */
  10. #define ALLOC_GLOBALS
  11. #include "private/vxdcomGlobals.h"
  12. /* Include symbol for diab */
  13. extern "C" int include_vxdcom_vxdcomGlobals (void)
  14.     {
  15.     return 0;
  16.     }