mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Changes for richedit
svn path=/trunk/; revision=7983
This commit is contained in:
parent
d196e4b798
commit
03726a14c8
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue