Files
easy7zip/Windows/ProcessMessages.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

17 lines
187 B
C++
Executable File

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