mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 10:07:02 -06:00
13 lines
183 B
C++
13 lines
183 B
C++
// Windows/ProcessMessages.h
|
|
|
|
#ifndef __WINDOWS_PROCESSMESSAGES_H
|
|
#define __WINDOWS_PROCESSMESSAGES_H
|
|
|
|
namespace NWindows {
|
|
|
|
void ProcessMessages(HWND window);
|
|
|
|
}
|
|
|
|
#endif
|