Create the AHCI branch for Aman's work
[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 #include <tchar.h>
16
17 #include <windows.h>
18
19 #include "main.h"
20
21 #endif
22
23 /* EOF */