[OSK] Use Unicode functions explicitly (#1291)
[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
18 #include "main.h"
19
20 #endif
21
22 /* EOF */