2002-09-24 Rene Moeller Fonseca <fonseca@users.sourceforge.net>
* include/winbase.h (FindFirstFileEx): Fixed ANSI mode. * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define. * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
This commit is contained in:
@@ -245,6 +245,7 @@ extern "C" {
|
||||
#define PFD_NEED_SYSTEM_PALETTE 0x00000100
|
||||
#define PFD_SWAP_EXCHANGE 0x00000200
|
||||
#define PFD_SWAP_COPY 0x00000400
|
||||
#define PFD_SWAP_LAYER_BUFFERS 0x00000800
|
||||
#define PFD_GENERIC_ACCELERATED 0x00001000
|
||||
#define PFD_DEPTH_DONTCARE 0x20000000
|
||||
#define PFD_DOUBLEBUFFER_DONTCARE 0x40000000
|
||||
|
Reference in New Issue
Block a user