[OSK] Make the buttons themed
[reactos.git] / base / applications / osk / osk.h
index 7e04848..a435e69 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * PROJECT:         ReactOS On-Screen Keyboard
  * LICENSE:         GPL - See COPYING in the top level directory
 /*
  * PROJECT:         ReactOS On-Screen Keyboard
  * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            base/applications/osk/osk.h
  * PURPOSE:         On screen keyboard.
  * PURPOSE:         On screen keyboard.
- * PROGRAMMERS:     Denis ROBERT
+ * COPYRIGHT:       Denis ROBERT
+ *                  Copyright 2019 BiČ™oc George (fraizeraust99 at gmail dot com)
  */
 
 #ifndef _OSK_H
  */
 
 #ifndef _OSK_H
 /* INCLUDES ******************************************************************/
 
 #include <stdio.h>
 /* INCLUDES ******************************************************************/
 
 #include <stdio.h>
-#include <tchar.h>
 
 #include <windows.h>
 
 #include <windows.h>
+#include <commctrl.h>
+#include <debug.h>
+#include <uxtheme.h>
+#include <vsstyle.h>
 
 #include "main.h"
 
 
 #include "main.h"