X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32c1cda24418c225fa2cff4b1416f7a3d62c88b1..225fe9d6efa8294e0582a046dee2c4c608bd06dc:/include/wx/msw/curico.h diff --git a/include/wx/msw/curico.h b/include/wx/msw/curico.h index 3b8c83375a..a4f4394350 100644 --- a/include/wx/msw/curico.h +++ b/include/wx/msw/curico.h @@ -9,6 +9,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifndef _WX_CURICO_H_ +#define _WX_CURICO_H_ + HICON ReadIconFile( wxChar *szFileName, HINSTANCE hInst, int *W = 0, int *H = 0); HCURSOR ReadCursorFile( wxChar *szFileName, HINSTANCE hInst, @@ -20,3 +23,6 @@ HICON CursorToIcon( wxChar *szFileName, HINSTANCE hInst, HCURSOR MakeCursorFromBitmap(HINSTANCE hInst, HBITMAP hBitmap, POINT *pPoint); HICON MakeIconFromBitmap(HINSTANCE hInst, HBITMAP hBitmap); + +#endif +