o2on svn commit
o2on-****@lists*****
2008年 5月 23日 (金) 20:04:08 JST
Revision: 89 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=o2on&view=rev&rev=89 Author: k-uehara Date: 2008-05-23 20:04:08 +0900 (Fri, 23 May 2008) Log Message: ----------- FIX: #12289 シャットダウン時の優先度を変更 Ticket Links: :----------- http://sourceforge.jp/projects/o2on/tracker/detail/12289 Modified Paths: -------------- branches/BRANCH_0043/o2on/src.o2on/main.cpp Modified: branches/BRANCH_0043/o2on/src.o2on/main.cpp =================================================================== --- branches/BRANCH_0043/o2on/src.o2on/main.cpp 2008-05-21 14:22:30 UTC (rev 88) +++ branches/BRANCH_0043/o2on/src.o2on/main.cpp 2008-05-23 11:04:08 UTC (rev 89) @@ -281,6 +281,8 @@ static bool InitializeApp(TCHAR *cmdline, int cmdshow) { + SetProcessShutdownParameters(0x3FF, 0); + wchar_t msg[1024]; INITCOMMONCONTROLSEX icex;