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