7zip/CPP/Windows/ProcessMessages.h

13 lines
187 B
C
Raw Normal View History

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