[OSK] Initialize the common controls
[reactos.git] / base / applications / osk / osk.h
1 /*
2 * PROJECT: ReactOS On-Screen Keyboard
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/osk/osk.h
5 * PURPOSE: On screen keyboard.
6 * PROGRAMMERS: Denis ROBERT
7 */
8
9 #ifndef _OSK_H
10 #define _OSK_H
11
12 /* INCLUDES ******************************************************************/
13
14 #include <stdio.h>
15
16 #include <windows.h>
17 #include <commctrl.h>
18 #include <debug.h>
19
20 #include "main.h"
21
22 #endif
23
24 /* EOF */