[AD] patch-3.9.31-winalleg.h |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Hi,
This patch prototypes `win_set_wnd_create_proc' in `winalleg.h'.
It's needed for AllegroGL to work in Windows, so that this
function gets an entry in the .def files.
George
--
Random project update:
03/01/2000: Libnet 0.10.5 uploaded -- now also supports Mingw32 and MSVC
http://www.canvaslink.com/libnet/
--- allegro/include/winalleg.h.old Fri Feb 4 12:35:06 2000
+++ allegro/include/winalleg.h Fri Feb 4 12:36:16 2000
@@ -42,6 +42,7 @@
AL_FUNC(void, win_set_window, (HWND wnd));
AL_FUNC(HWND, win_get_window, (void));
+AL_FUNC(void, win_set_wnd_create_proc, (HWND));
AL_FUNC(HDC, win_get_dc, (BITMAP *bmp));
AL_FUNC(void, win_release_dc, (BITMAP *bmp, HDC dc));