mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 18:07:07 -06:00
3.13
This commit is contained in:
16
Windows/ProcessMessages.h
Executable file
16
Windows/ProcessMessages.h
Executable file
@@ -0,0 +1,16 @@
|
||||
// Windows/ProcessMessages.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __WINDOWS_PROCESSMESSAGES_H
|
||||
#define __WINDOWS_PROCESSMESSAGES_H
|
||||
|
||||
namespace NWindows {
|
||||
|
||||
void ProcessMessages(HWND window);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user