- Implement auto add keyboard layouts
[reactos.git] / reactos / dll / cpl / intl / intl.h
index 86109e9..1a785d8 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __CPL_INTL_H
 #define __CPL_INTL_H
 
+#include <cpl.h>
+
 #define MAX_FMT_SIZE          30
 #define MAX_STR_SIZE          128
 #define MAX_SAMPLES_STR_SIZE  70
@@ -77,6 +79,9 @@ LONG
 APIENTRY
 SetupApplet(HWND hwndDlg, LCID lcid);
 
+/* kblayouts.c */
+VOID AddNewKbLayoutsByLcid(LCID Lcid);
+
 #endif /* __CPL_INTL_H */
 
 /* EOF */