mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -06:00
13 lines
187 B
C++
Executable File
13 lines
187 B
C++
Executable File
// Windows/ProcessMessages.h
|
|
|
|
#ifndef ZIP7_INC_WINDOWS_PROCESS_MESSAGES_H
|
|
#define ZIP7_INC_WINDOWS_PROCESS_MESSAGES_H
|
|
|
|
namespace NWindows {
|
|
|
|
void ProcessMessages(HWND window);
|
|
|
|
}
|
|
|
|
#endif
|