Changes for richedit

svn path=/trunk/; revision=7983
This commit is contained in:
Gé van Geldorp 2004-02-01 21:55:45 +00:00
parent d196e4b798
commit 03726a14c8
2 changed files with 2 additions and 4 deletions

View file

@ -22,10 +22,6 @@
#include "pshpack4.h"
/* added definitions from the wine source */
#define WINELIB_NAME_AW(func) func##W
#define DECL_WINELIB_TYPE_AW(type) typedef WINELIB_NAME_AW(type) type;
#ifdef __cplusplus
extern "C" {
#endif

View file

@ -32,4 +32,6 @@ UINT WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UINT,UINT);
typedef struct tagCWPSTRUCT *LPCWPSTRUCT;
#define WM_ALTTABACTIVE 0x0029
#endif /* __WINE_WINUSER_H */