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