ThreadTest.cpp
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:0k
源码类别:

词法分析

开发平台:

Visual C++

  1. #pragma hdrstop
  2. //---------------------------------------------------------------------------
  3. //---------------------------------------------------------------------------
  4. #ifdef NEVER_COMPILE
  5. // Dummy entry point to satisfy the BCB IDE
  6. int main(int argc, char* argv[])
  7. {
  8. return 0;
  9. }
  10. #endif
  11. // The real entry point is in the Samples folder
  12. #include <ThreadTest.cpp>