root/lang/cplusplus/SleipnirGoogleSuggest/WindowTest.cpp
| Revision 14174, 354 bytes (checked in by saturday06, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | #include "StdAfx.h" |
| 2 | #include "CompletionWindow.h" |
| 3 | |
| 4 | using namespace SleipnirGoogleSuggest; |
| 5 | |
| 6 | int APIENTRY _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int) { |
| 7 | |
| 8 | CompletionWindow w; |
| 9 | MSG msg = {}; |
| 10 | while(GetMessage(&msg, NULL, 0, 0) > 0){ |
| 11 | TranslateMessage(&msg); |
| 12 | DispatchMessage(&msg); |
| 13 | } |
| 14 | |
| 15 | return msg.wParam; |
| 16 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)