Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3d8b123e
Commit
3d8b123e
authored
Aug 09, 2002
by
Andriy Palamarchuk
Committed by
Alexandre Julliard
Aug 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved richedit headers.
parent
c8ff4da2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
0 deletions
+66
-0
riched32.h
dlls/richedit/riched32.h
+2
-0
Makefile.in
include/Makefile.in
+1
-0
richedit.h
include/richedit.h
+0
-0
richole.h
include/richole.h
+63
-0
No files found.
dlls/richedit/riched32.h
View file @
3d8b123e
...
...
@@ -22,6 +22,8 @@
#ifndef __WINE_RICHED32_H
#define __WINE_RICHED32_H
#include "windef.h"
#include "winuser.h"
#include "richedit.h"
extern
VOID
RICHED32_Register
(
VOID
);
...
...
include/Makefile.in
View file @
3d8b123e
...
...
@@ -105,6 +105,7 @@ INSTALLED_INCLUDES = \
ras.h
\
regstr.h
\
richedit.h
\
richole.h
\
rpc.h
\
rpcdce.h
\
rpcdcep.h
\
...
...
include/richedit.h
View file @
3d8b123e
This diff is collapsed.
Click to expand it.
include/richole.h
0 → 100644
View file @
3d8b123e
/*
* Copyright (C) 2002 Andriy Palamarchuk
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_RICHOLE_H
#define __WINE_RICHOLE_H
#ifdef __cplusplus
extern
"C"
{
#endif
/* REOBJECT structure flags */
#define REO_GETOBJ_NO_INTERFACES 0x00000000
#define REO_GETOBJ_POLEOBJ 0x00000001
#define REO_GETOBJ_PSTG 0x00000002
#define REO_GETOBJ_POLESITE 0x00000004
#define REO_GETOBJ_ALL_INTERFACES 0x00000007
#define REO_CP_SELECTION 0xFFFFFFFF
#define REO_IOB_SELECTION 0xFFFFFFFF
#define REO_IOB_USE_CP 0xFFFFFFFE
#define REO_NULL 0x00000000
#define REO_READWRITEMASK 0x0000003F
#define REO_DONTNEEDPALETTE 0x00000020
#define REO_BLANK 0x00000010
#define REO_DYNAMICSIZE 0x00000008
#define REO_INVERTEDSELECT 0x00000004
#define REO_BELOWBASELINE 0x00000002
#define REO_RESIZABLE 0x00000001
#define REO_LINK 0x80000000
#define REO_STATIC 0x40000000
#define REO_SELECTED 0x08000000
#define REO_OPEN 0x04000000
#define REO_INPLACEACTIVE 0x02000000
#define REO_HILITED 0x01000000
#define REO_LINKAVAILABLE 0x00800000
#define REO_GETMETAFILE 0x00400000
/* clipboard operation flags */
#define RECO_PASTE 0x00000000
#define RECO_DROP 0x00000001
#define RECO_COPY 0x00000002
#define RECO_CUT 0x00000003
#define RECO_DRAG 0x00000004
#ifdef __cplusplus
}
#endif
#endif
/* __WINE_RICHOLE_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment