Diff for /parser3/src/targets/isapi/Attic/pa_threads.C between versions 1.13.2.1 and 1.17.12.1

version 1.13.2.1, 2003/01/31 12:34:41 version 1.17.12.1, 2006/04/09 12:25:04
Line 1 Line 1
 /** @file  /** @file
         Parser: zero Mutex realization class.          Parser: zero Mutex realization class.
   
         Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com)
         Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)          Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
 */  */
   
 static const char* IDENT_THREADS_C="$Date$";  static const char * const IDENT_THREADS_C="$Date$";
   
 #include "pa_threads.h"  #include "pa_threads.h"
   
   #define  WINVER  0x0400
 #include <windows.h>  #include <windows.h>
   
 const bool parser_multithreaded=true;  const bool parser_multithreaded=true;

Removed from v.1.13.2.1  
changed lines
  Added in v.1.17.12.1


E-mail: