7zip/CPP/Windows/ProcessMessages.h
Igor Pavlov f19f813537 '21.07'
2022-03-18 15:35:13 +05:00

13 lines
171 B
C++

// Windows/ProcessMessages.h
#ifndef __WINDOWS_PROCESSMESSAGES_H
#define __WINDOWS_PROCESSMESSAGES_H
namespace NWindows {
void ProcessMessages(HWND window);
}
#endif