このページに関してのお問い合わせはこちら
Windows2000/XP チューンナップ専用スレ Part21
ツイート
594
:
名無し~3.EXE
:
2008/11/27(木) 10:59:48 ID:DoGAL3d1
#include <stdio.h>
#include <windows.h>
int main(void)
{
timeBeginPeriod(1);
printf("Press any key to restore normal timer frequency.\n");
getchar();
timeEndPeriod(1);
return 0;
}