7zip/CPP/Windows/ProcessMessages.h
Igor Pavlov 5b39dc76f1 23.01
2023-12-17 14:59:19 +05:00

13 lines
187 B
C++

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