>  2002/06/06 (木) 08:22:36        [mirai]
> 集計君にヽ(´ー`)ノソースを
> #include <windows.h>
> int WINAPI WinMain(HINSTANCE h, HINSTANCE h2, LPSTR s, int n) {
>   while(MessageBox(NULL, "集計君にヽ(´ー`)ノ死を", "供物", MB_YESNO) != MB_YES);
>   return 0;
> }

集計君にヽ(´ー`)ノより正しいソースを
#include <windows.h>
int WINAPI WinMain(HINSTANCE h, HINSTANCE h2, LPSTR s, int n) {
  while(MessageBox(NULL, "集計君にヽ(´ー`)ノ死を", "供物", MB_YESNO) != IDYES);
  return 0;
}

参考:2002/06/06(木)08時21分13秒