xref: /aosp_15_r20/external/lzma/CPP/Windows/ProcessMessages.h (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1 // Windows/ProcessMessages.h
2 
3 #ifndef ZIP7_INC_WINDOWS_PROCESS_MESSAGES_H
4 #define ZIP7_INC_WINDOWS_PROCESS_MESSAGES_H
5 
6 namespace NWindows {
7 
8 void ProcessMessages(HWND window);
9 
10 }
11 
12 #endif
13