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