Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / base / applications / mspaint / dib.h
index 22a2116..49fd722 100644 (file)
@@ -16,3 +16,5 @@ void SaveDIBToFile(HBITMAP hBitmap, LPTSTR FileName, HDC hDC, LPSYSTEMTIME time,
                    int vRes);
 
 void LoadDIBFromFile(HBITMAP *hBitmap, LPTSTR name, LPSYSTEMTIME time, int *size, int *hRes, int *vRes);
+
+void ShowFileLoadError(LPTSTR name);