Files
easy7zip/CPP/Windows/ProcessMessages.h
Igor Pavlov f08f4dcc3c 9.34
2016-05-28 00:16:51 +01:00

15 lines
173 B
C++

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