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:
Danny Smith
2002-09-24 01:28:00 +00:00
parent b14dad687d
commit 7aaee7b646
4 changed files with 10 additions and 3 deletions

View File

@@ -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