Files
easy7zip/CPP/Windows/ProcessMessages.h
Igor Pavlov e24f7fba53 15.11
2016-05-28 00:16:57 +01:00

13 lines
171 B
C++

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