7zip/CPP/Windows/ProcessMessages.h

13 lines
171 B
C
Raw Normal View History

2021-12-27 01:00:00 +01:00
// Windows/ProcessMessages.h
#ifndef __WINDOWS_PROCESSMESSAGES_H
#define __WINDOWS_PROCESSMESSAGES_H
namespace NWindows {
void ProcessMessages(HWND window);
}
#endif