[INTL]
[reactos.git] / reactos / dll / cpl / intl / intl.h
index 34b875e..817a464 100644 (file)
@@ -54,6 +54,8 @@ typedef struct _APPLET
 
 typedef struct _GLOBALDATA
 {
+    BOOL bApplyToDefaultUser;
+
     GEOID geoid;
     BOOL fGeoIdChanged;
 
@@ -70,6 +72,13 @@ extern DWORD UnattendLCID;
 /* intl.c */
 VOID PrintErrorMsgBox(UINT msg);
 
+VOID
+ResourceMessageBox(
+    HWND hwnd,
+    UINT uType,
+    UINT uCaptionId,
+    UINT uMessageId);
+
 /* languages.c */
 INT_PTR CALLBACK
 LanguagesPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);