Mercurial > mm7
comparison OSAPI.cpp @ 32:4c90ae1041aa
Слияние
author | Ritor1 |
---|---|
date | Sat, 19 Jan 2013 22:26:31 +0600 |
parents | 739d8f3b50f9 |
children | 39f42990698f |
comparison
equal
deleted
inserted
replaced
31:b46b1404725b | 32:4c90ae1041aa |
---|---|
33 | 33 |
34 SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS); | 34 SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS); |
35 if (hPrevWindow) | 35 if (hPrevWindow) |
36 SetActiveWindow(hPrevWindow); | 36 SetActiveWindow(hPrevWindow); |
37 | 37 |
38 __debugbreak(); | 38 //__debugbreak(); |
39 return 0; | 39 return 0; |
40 } | 40 } |