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 205 by notanpe, Sat Aug 16 13:06:32 2008 UTC revision 206 by notanpe, Sat Aug 16 13:11:14 2008 UTC
# Line 1643  main(int argc, char *argv[]) Line 1643  main(int argc, char *argv[])
1643  #ifdef WIN32  #ifdef WIN32
1644      DWORD_PTR   processMask, systemMask;      DWORD_PTR   processMask, systemMask;
1645      if ( GetProcessAffinityMask( GetCurrentProcess(), &processMask, &systemMask )      if ( GetProcessAffinityMask( GetCurrentProcess(), &processMask, &systemMask )
1646           != 0 ) {           == 0 ) {
1647       printf( "CPU の割り当てに失敗 その 1\n" );       printf( "CPU の割り当てに失敗 その 1\n" );
1648       exit( 1 );       exit( 1 );
1649      }      }

Legend:
Removed from v.205  
changed lines
  Added in v.206

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