- Update to r53061
[reactos.git] / dll / cpl / intl / intl.h
index 9e58f77..20dbbba 100644 (file)
@@ -1,7 +1,14 @@
-#ifndef __CPL_INTL_H
-#define __CPL_INTL_H
-
+#include <windows.h>
 #include <cpl.h>
+#include <commctrl.h>
+#include <setupapi.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <tchar.h>
+#include <prsht.h>
+#include <malloc.h>
+
+#include "resource.h"
 
 #define DECIMAL_RADIX          10
 
@@ -103,6 +110,4 @@ SetupApplet(HWND hwndDlg, LCID lcid);
 /* kblayouts.c */
 VOID AddNewKbLayoutsByLcid(LCID Lcid);
 
-#endif /* __CPL_INTL_H */
-
 /* EOF */