mirror of
https://github.com/ip7z/7zip.git
synced 2025-12-06 07:12:00 +01:00
13 lines
171 B
C++
13 lines
171 B
C++
// Windows/ProcessMessages.h
|
|
|
|
#ifndef __WINDOWS_PROCESSMESSAGES_H
|
|
#define __WINDOWS_PROCESSMESSAGES_H
|
|
|
|
namespace NWindows {
|
|
|
|
void ProcessMessages(HWND window);
|
|
|
|
}
|
|
|
|
#endif
|