ASPiK SDK
win32async.h
1 // This file is part of VSTGUI. It is subject to the license terms
2 // in the LICENSE file found in the top-level directory of this
3 // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4 
5 #include "../../../include/iasync.h"
6 #include "../../../../lib/platform/win32/win32support.h"
7 
8 //------------------------------------------------------------------------
9 namespace VSTGUI {
10 namespace Standalone {
11 namespace Platform {
12 namespace Win32 {
13 
14 void initAsyncHandling (HINSTANCE instance);
15 void terminateAsyncHandling ();
16 
17 //------------------------------------------------------------------------
18 } // Win32
19 } // Platform
20 } // Standalone
21 } // VSTGUI
Definition: customcontrols.cpp:8