Re: [AD] trying to make allegro compatible with MFC |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> > > i think it's a good thing.
> >
> > Why ?
>
> since it's not neccessary. actually i don't care much if this is committed
> or not... do what you think is best. as javier pointed out you can remove
> #define WIN32_LEAN_AND_MEAN too. it gives you access to more of the >win32
what i really meant is that it is not bad for allegro to have it defined or
not and since
this is an optional parameter, i think it should be removed of winalleg.h
since the user
can always do
#include <allegro.h>
#define WIN32_LEAN_AND_MEAN
#include <winalleg.h>
but if you let it in, you have no option
> api IMHO more useful than microsoft's fundation (cl)asses. ;o)
i thought so till i used them =)