Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/mty-makai/mty.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 256 by notanpe, Wed Dec 29 15:20:36 2010 UTC revision 257 by notanpe, Sun Jan 2 06:13:37 2011 UTC
# Line 662  main(int argc, char *argv[]) Line 662  main(int argc, char *argv[])
662     }     }
663    }    }
664    
665      if ( gear != GEAR_MAX ) {
666       TIMECAPS     tc;
667       if ( timeGetDevCaps( &tc, sizeof( TIMECAPS ) ) == MMSYSERR_NOERROR ) {
668        timeBeginPeriod( tc.wPeriodMin );
669       }
670      }
671    
672    nThread = popcnt64( proc_mask );    nThread = popcnt64( proc_mask );
673    printf( "%d 個の検索スレッドを起動\n", nThread );    printf( "%d 個の検索スレッドを起動\n", nThread );
674    
675    if ( verbose ) {    if ( verbose ) {
676     int  i;     int  i;
677     printf( "優先度を" );     printf( "優先度を" );

Legend:
Removed from v.256  
changed lines
  Added in v.257

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26