Upgrade eap::monitor_ui's HWND to volatile

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2019-08-13 14:28:21 +02:00
parent 009cd36fe2
commit dfd26f214d
2 changed files with 7 additions and 6 deletions

View File

@@ -1219,7 +1219,7 @@ namespace eap
bool m_is_master; ///< Is this monitor master?
HWND m_hwnd; ///< Message window handle
std::list<HWND> m_slaves; ///< List of slaves to notify on finish
HWND m_hwnd_popup; ///< Pop-up window handle
volatile HWND m_hwnd_popup; ///< Pop-up window handle
std::vector<unsigned char> m_data; ///< Data master sent
// Custom window messages