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
113e40c2
Commit
113e40c2
authored
Nov 06, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Moved AttachThreadInput prototype to winuser.h where it belongs.
parent
92db6d2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
winbase.h
include/winbase.h
+0
-1
winuser.h
include/winuser.h
+1
-0
No files found.
include/winbase.h
View file @
113e40c2
...
...
@@ -1247,7 +1247,6 @@ BOOL WINAPI AddAuditAccessAceEx(PACL,DWORD,DWORD,DWORD,PSID,BOOL,BOOL);
VOID
WINAPI
AddRefActCtx
(
HANDLE
);
PVOID
WINAPI
AddVectoredExceptionHandler
(
ULONG
,
PVECTORED_EXCEPTION_HANDLER
);
BOOL
WINAPI
AdjustTokenGroups
(
HANDLE
,
BOOL
,
PTOKEN_GROUPS
,
DWORD
,
PTOKEN_GROUPS
,
PDWORD
);
BOOL
WINAPI
AttachThreadInput
(
DWORD
,
DWORD
,
BOOL
);
BOOL
WINAPI
AccessCheck
(
PSECURITY_DESCRIPTOR
,
HANDLE
,
DWORD
,
PGENERIC_MAPPING
,
PPRIVILEGE_SET
,
LPDWORD
,
LPDWORD
,
LPBOOL
);
BOOL
WINAPI
AccessCheckAndAuditAlarmA
(
LPCSTR
,
LPVOID
,
LPSTR
,
LPSTR
,
PSECURITY_DESCRIPTOR
,
DWORD
,
PGENERIC_MAPPING
,
BOOL
,
LPDWORD
,
LPBOOL
,
LPBOOL
);
BOOL
WINAPI
AccessCheckAndAuditAlarmW
(
LPCWSTR
,
LPVOID
,
LPWSTR
,
LPWSTR
,
PSECURITY_DESCRIPTOR
,
DWORD
,
PGENERIC_MAPPING
,
BOOL
,
LPDWORD
,
LPBOOL
,
LPBOOL
);
...
...
include/winuser.h
View file @
113e40c2
...
...
@@ -4388,6 +4388,7 @@ BOOL WINAPI AppendMenuA(HMENU,UINT,UINT_PTR,LPCSTR);
BOOL
WINAPI
AppendMenuW
(
HMENU
,
UINT
,
UINT_PTR
,
LPCWSTR
);
#define AppendMenu WINELIB_NAME_AW(AppendMenu)
UINT
WINAPI
ArrangeIconicWindows
(
HWND
);
BOOL
WINAPI
AttachThreadInput
(
DWORD
,
DWORD
,
BOOL
);
HDWP
WINAPI
BeginDeferWindowPos
(
INT
);
HDC
WINAPI
BeginPaint
(
HWND
,
LPPAINTSTRUCT
);
BOOL
WINAPI
BringWindowToTop
(
HWND
);
...
...
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