|
|
| version 1.5, 2003/10/25 16:01:21 | version 1.7, 2003/10/27 15:06:31 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | #include "compiler.h" |
| #include <time.h> | #include <time.h> |
| #include <winnls32.h> | #include <winnls32.h> |
| #include "resource.h" | |
| #include "strres.h" | #include "strres.h" |
| #include "parts.h" | |
| #include "resource.h" | |
| #include "np2.h" | #include "np2.h" |
| #include "np2arg.h" | #include "np2arg.h" |
| #include "dosio.h" | #include "dosio.h" |
| Line 734 static void processwait(UINT waitcnt) { | Line 735 static void processwait(UINT waitcnt) { |
| else { | else { |
| Sleep(1); | Sleep(1); |
| } | } |
| sysmng_updatecaption(); | |
| } | } |
| Line 754 int WINAPI WinMain(HINSTANCE hInstance, | Line 756 int WINAPI WinMain(HINSTANCE hInstance, |
| np2arg_analize(lpszCmdLine); // タイミング修正 // ver0.29 | np2arg_analize(lpszCmdLine); // タイミング修正 // ver0.29 |
| initload(); | initload(); |
| srand((unsigned)time(NULL)); | rand_setseed((unsigned)time(NULL)); |
| if ((hwndorg = FindWindow(szClassName, NULL)) != NULL) { | if ((hwndorg = FindWindow(szClassName, NULL)) != NULL) { |
| ShowWindow(hwndorg, SW_RESTORE); | ShowWindow(hwndorg, SW_RESTORE); |