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
15a3b743
Commit
15a3b743
authored
Apr 27, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Apr 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation name fixes.
parent
e683d6ec
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
58 additions
and
56 deletions
+58
-56
desktop.c
controls/desktop.c
+2
-2
edit.c
controls/edit.c
+1
-1
menu.c
controls/menu.c
+34
-33
scroll.c
controls/scroll.c
+8
-8
uitools.c
controls/uitools.c
+2
-2
kernel.spec
dlls/kernel/kernel.spec
+2
-2
win32s16.spec
dlls/win32s/win32s16.spec
+3
-3
process.c
scheduler/process.c
+3
-2
syslevel.c
scheduler/syslevel.c
+1
-1
file.c
win32/file.c
+1
-1
mdi.c
windows/mdi.c
+1
-1
No files found.
controls/desktop.c
View file @
15a3b743
...
...
@@ -234,7 +234,7 @@ BOOL WINAPI PaintDesktop(HDC hdc)
}
/***********************************************************************
* SetDeskPattern (USER.279)
*
Old
SetDeskPattern (USER.279)
*/
BOOL16
WINAPI
SetDeskPattern
(
void
)
{
...
...
@@ -245,7 +245,7 @@ BOOL16 WINAPI SetDeskPattern(void)
/***********************************************************************
* SetDeskWallPaper
16
(USER.285)
* SetDeskWallPaper (USER.285)
*/
BOOL16
WINAPI
SetDeskWallPaper16
(
LPCSTR
filename
)
{
...
...
controls/edit.c
View file @
15a3b743
...
...
@@ -1116,7 +1116,7 @@ LRESULT WINAPI EditWndProcW(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
/*********************************************************************
*
* EditWndProc
A
(USER32.@)
* EditWndProc (USER32.@)
*/
LRESULT
WINAPI
EditWndProcA
(
HWND
hWnd
,
UINT
uMsg
,
WPARAM
wParam
,
LPARAM
lParam
)
{
...
...
controls/menu.c
View file @
15a3b743
This diff is collapsed.
Click to expand it.
controls/scroll.c
View file @
15a3b743
...
...
@@ -1304,7 +1304,7 @@ static LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam,
/*************************************************************************
* SetScrollInfo
16
(USER.475)
* SetScrollInfo (USER.475)
*/
INT16
WINAPI
SetScrollInfo16
(
HWND16
hwnd
,
INT16
nBar
,
const
SCROLLINFO
*
info
,
BOOL16
bRedraw
)
...
...
@@ -1489,7 +1489,7 @@ done:
/*************************************************************************
* GetScrollInfo
16
(USER.476)
* GetScrollInfo (USER.476)
*/
BOOL16
WINAPI
GetScrollInfo16
(
HWND16
hwnd
,
INT16
nBar
,
LPSCROLLINFO
info
)
{
...
...
@@ -1530,7 +1530,7 @@ BOOL WINAPI GetScrollInfo(
/*************************************************************************
* SetScrollPos
16
(USER.62)
* SetScrollPos (USER.62)
*/
INT16
WINAPI
SetScrollPos16
(
HWND16
hwnd
,
INT16
nBar
,
INT16
nPos
,
BOOL16
bRedraw
)
...
...
@@ -1571,7 +1571,7 @@ BOOL bRedraw /* [in] Should scrollbar be redrawn afterwards ? */ )
/*************************************************************************
* GetScrollPos
16
(USER.63)
* GetScrollPos (USER.63)
*/
INT16
WINAPI
GetScrollPos16
(
HWND16
hwnd
,
INT16
nBar
)
{
...
...
@@ -1602,7 +1602,7 @@ INT nBar /* [in] One of SB_HORZ, SB_VERT, or SB_CTL */)
/*************************************************************************
* SetScrollRange
16
(USER.64)
* SetScrollRange (USER.64)
*/
void
WINAPI
SetScrollRange16
(
HWND16
hwnd
,
INT16
nBar
,
INT16
MinVal
,
INT16
MaxVal
,
BOOL16
bRedraw
)
...
...
@@ -1671,7 +1671,7 @@ INT SCROLL_SetNCSbState(WND* wndPtr, int vMin, int vMax, int vPos,
/*************************************************************************
* GetScrollRange
16
(USER.65)
* GetScrollRange (USER.65)
*/
BOOL16
WINAPI
GetScrollRange16
(
HWND16
hwnd
,
INT16
nBar
,
LPINT16
lpMin
,
LPINT16
lpMax
)
...
...
@@ -1785,7 +1785,7 @@ END:
/*************************************************************************
* ShowScrollBar
16
(USER.267)
* ShowScrollBar (USER.267)
*/
void
WINAPI
ShowScrollBar16
(
HWND16
hwnd
,
INT16
nBar
,
BOOL16
fShow
)
{
...
...
@@ -1811,7 +1811,7 @@ BOOL fShow /* [in] TRUE = show, FALSE = hide */)
/*************************************************************************
* EnableScrollBar
16
(USER.482)
* EnableScrollBar (USER.482)
*/
BOOL16
WINAPI
EnableScrollBar16
(
HWND16
hwnd
,
INT16
nBar
,
UINT16
flags
)
{
...
...
controls/uitools.c
View file @
15a3b743
...
...
@@ -562,7 +562,7 @@ static BOOL UITOOLS95_DrawRectEdge(HDC hdc, LPRECT rc,
/**********************************************************************
* DrawEdge
16
(USER.659)
* DrawEdge (USER.659)
*/
BOOL16
WINAPI
DrawEdge16
(
HDC16
hdc
,
LPRECT16
rc
,
UINT16
edge
,
UINT16
flags
)
{
...
...
@@ -1327,7 +1327,7 @@ static BOOL UITOOLS95_DrawFrameMenu(HDC dc, LPRECT r, UINT uFlags)
/**********************************************************************
* DrawFrameControl
16
(USER.656)
* DrawFrameControl (USER.656)
*/
BOOL16
WINAPI
DrawFrameControl16
(
HDC16
hdc
,
LPRECT16
rc
,
UINT16
uType
,
UINT16
uState
)
...
...
dlls/kernel/kernel.spec
View file @
15a3b743
...
...
@@ -394,8 +394,8 @@ rsrc version16.res
481 pascal16 _LeaveWin16Lock() _LeaveWin16Lock
482 pascal LoadSystemLibrary32(str) LoadLibrary32_16 # FIXME!
483 pascal MapProcessHandle(long) MapProcessHandle
484 pascal SetProcessD
WORD
(long s_word long) SetProcessDword
485 pascal GetProcessD
WORD
(long s_word) GetProcessDword
484 pascal SetProcessD
word
(long s_word long) SetProcessDword
485 pascal GetProcessD
word
(long s_word) GetProcessDword
486 pascal FreeLibrary32(long) FreeLibrary
487 pascal GetModuleFileName32(long str word) GetModuleFileNameA
488 pascal GetModuleHandle32(str) GetModuleHandleA
...
...
dlls/win32s/win32s16.spec
View file @
15a3b743
...
...
@@ -7,14 +7,14 @@ owner w32skrnl
3 stub CREATEPROCESS
4 stub WAITFORDEBUGEVENT
5 pascal ContinueDebugEvent(long long long) ContinueDebugEvent
6 pascal R
EADPROCESSMEMORY
(long ptr ptr long ptr) ReadProcessMemory
6 pascal R
eadProcessMemory
(long ptr ptr long ptr) ReadProcessMemory
7 stub WRITEPROCESSMEMORY
8 stub GETTHREADCONTEXT
9 stub SETTHREADCONTEXT
10 pascal GETLASTERROR() GetLastError
11 pascal C
LOSEHANDLE
(long) CloseHandle
11 pascal C
loseHandle
(long) CloseHandle
12 stub ALLOCCLBKTO32BDLL
13 pascal G
ETEXITCODETHREAD
(long ptr) GetExitCodeThread
13 pascal G
etExitCodeThread
(long ptr) GetExitCodeThread
14 stub GETEXITCODEPROCESS
15 stub OPENPROCESS
16 stub OPENTHREAD
...
...
scheduler/process.c
View file @
15a3b743
...
...
@@ -905,7 +905,7 @@ void WINAPI ExitProcess( DWORD status )
}
/***********************************************************************
* ExitProcess
16
(KERNEL.466)
* ExitProcess (KERNEL.466)
*/
void
WINAPI
ExitProcess16
(
WORD
status
)
{
...
...
@@ -926,7 +926,8 @@ BOOL WINAPI TerminateProcess( HANDLE handle, DWORD exit_code )
/***********************************************************************
* GetProcessDword (KERNEL32.18) (KERNEL.485)
* GetProcessDword (KERNEL.485)
* GetProcessDword (KERNEL32.18)
* 'Of course you cannot directly access Windows internal structures'
*/
DWORD
WINAPI
GetProcessDword
(
DWORD
dwProcessID
,
INT
offset
)
...
...
scheduler/syslevel.c
View file @
15a3b743
...
...
@@ -29,7 +29,7 @@ VOID WINAPI GetpWin16Lock(SYSLEVEL **lock)
}
/************************************************************************
* GetpWin16Lock
16
(KERNEL.449)
* GetpWin16Lock (KERNEL.449)
*/
SEGPTR
WINAPI
GetpWin16Lock16
(
void
)
{
...
...
win32/file.c
View file @
15a3b743
...
...
@@ -43,7 +43,7 @@ BOOL WINAPI ReadFileEx(HFILE hFile, LPVOID lpBuffer, DWORD numtoread,
}
/**************************************************************************
* SetFileAttributes
16
(KERNEL.421)
* SetFileAttributes (KERNEL.421)
*/
BOOL16
WINAPI
SetFileAttributes16
(
LPCSTR
lpFileName
,
DWORD
attributes
)
{
...
...
windows/mdi.c
View file @
15a3b743
...
...
@@ -2212,7 +2212,7 @@ BOOL WINAPI TranslateMDISysAccel( HWND hwndClient, LPMSG msg )
}
/***********************************************************************
* CalcChildScroll
16
(USER.462)
* CalcChildScroll (USER.462)
*/
void
WINAPI
CalcChildScroll16
(
HWND16
hwnd
,
WORD
scroll
)
{
...
...
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