Mercurial > trustbridge
comparison ui/processhelp_win.cpp @ 783:e65e2a0be7c8
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 14 Jul 2014 12:48:46 +0200 |
parents | 20ca94680003 |
children |
comparison
equal
deleted
inserted
replaced
781:60d3f59f0803 | 783:e65e2a0be7c8 |
---|---|
128 if (winStruct.windowId == 0) { | 128 if (winStruct.windowId == 0) { |
129 return; | 129 return; |
130 } | 130 } |
131 SetForegroundWindow(winStruct.windowId); | 131 SetForegroundWindow(winStruct.windowId); |
132 } | 132 } |
133 | |
134 void ProcessHelp::cleanUp() { | |
135 // Nothing to do on Windows. | |
136 return; | |
137 } | |
138 | |
133 #endif // WIN32 | 139 #endif // WIN32 |
134 |