Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ProcessMessages.h « Windows « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2558a0177c0433077b61f816ae14e0db144dd43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Windows/ProcessMessages.h

#ifndef __WINDOWS_PROCESSMESSAGES_H
#define __WINDOWS_PROCESSMESSAGES_H

namespace NWindows {

void ProcessMessages(HWND window);

}

#endif