Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
1563abe8
Commit
1563abe8
authored
Oct 13, 2000
by
Andreas Mohr
Committed by
Alexandre Julliard
Oct 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- stupid spelling fixes
- some more loadorder array work
parent
27952ef0
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
14 deletions
+13
-14
commctrl.c
dlls/comctl32/commctrl.c
+1
-1
imagelist.c
dlls/comctl32/imagelist.c
+1
-1
listview.c
dlls/comctl32/listview.c
+2
-2
shell32_main.c
dlls/shell32/shell32_main.c
+2
-2
shlfolder.c
dlls/shell32/shlfolder.c
+1
-1
audio.c
dlls/winmm/wineoss/audio.c
+1
-1
loadorder.c
loader/loadorder.c
+4
-5
registry.c
memory/registry.c
+1
-1
No files found.
dlls/comctl32/commctrl.c
View file @
1563abe8
...
@@ -559,7 +559,7 @@ InitCommonControls (void)
...
@@ -559,7 +559,7 @@ InitCommonControls (void)
* Failure: FALSE
* Failure: FALSE
*
*
* NOTES
* NOTES
* Only the additinal common controls are registered by this function.
* Only the additi
o
nal common controls are registered by this function.
* The Win95 controls are registered at the DLL's initialization.
* The Win95 controls are registered at the DLL's initialization.
*/
*/
...
...
dlls/comctl32/imagelist.c
View file @
1563abe8
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
* Comments:
* Comments:
* - ImageList_Draw, ImageList_DrawEx and ImageList_GetIcon use
* - ImageList_Draw, ImageList_DrawEx and ImageList_GetIcon use
* ImageList_DrawIndirect. Since ImageList_DrawIndirect is still
* ImageList_DrawIndirect. Since ImageList_DrawIndirect is still
* partially imlemented, the functions mentioned above will be
* partially im
p
lemented, the functions mentioned above will be
* limited in functionality too.
* limited in functionality too.
*/
*/
...
...
dlls/comctl32/listview.c
View file @
1563abe8
...
@@ -4679,7 +4679,7 @@ static LRESULT LISTVIEW_GetBkColor(HWND hwnd)
...
@@ -4679,7 +4679,7 @@ static LRESULT LISTVIEW_GetBkColor(HWND hwnd)
*
*
* RETURN:
* RETURN:
* SUCCESS : TRUE
* SUCCESS : TRUE
* FAILURE : FALSE
`
* FAILURE : FALSE
*/
*/
/* static LRESULT LISTVIEW_GetBkImage(HWND hwnd, LPLVBKIMAGE lpBkImage) */
/* static LRESULT LISTVIEW_GetBkImage(HWND hwnd, LPLVBKIMAGE lpBkImage) */
/* { */
/* { */
...
@@ -7768,7 +7768,7 @@ static LRESULT LISTVIEW_VScroll(HWND hwnd, INT nScrollCode, SHORT nCurrentPos,
...
@@ -7768,7 +7768,7 @@ static LRESULT LISTVIEW_VScroll(HWND hwnd, INT nScrollCode, SHORT nCurrentPos,
* PARAMETER(S):
* PARAMETER(S):
* [I] HWND : window handle
* [I] HWND : window handle
* [I] INT : scroll code
* [I] INT : scroll code
* [I] SHORT : current scroll position if scroll code is SB_TH
I
MBPOSITION
* [I] SHORT : current scroll position if scroll code is SB_TH
U
MBPOSITION
* or SB_THUMBTRACK.
* or SB_THUMBTRACK.
* [I] HWND : scrollbar control window handle
* [I] HWND : scrollbar control window handle
*
*
...
...
dlls/shell32/shell32_main.c
View file @
1563abe8
...
@@ -323,8 +323,8 @@ HICON WINAPI DuplicateIcon( HINSTANCE hInstance, HICON hIcon)
...
@@ -323,8 +323,8 @@ HICON WINAPI DuplicateIcon( HINSTANCE hInstance, HICON hIcon)
/*************************************************************************
/*************************************************************************
* ExtractIconA [SHELL32.133]
* ExtractIconA [SHELL32.133]
*
*
*
fixme
*
FIXME
* i
s
the filename is not a file return 1
* i
f
the filename is not a file return 1
*/
*/
HICON
WINAPI
ExtractIconA
(
HINSTANCE
hInstance
,
LPCSTR
lpszExeFileName
,
HICON
WINAPI
ExtractIconA
(
HINSTANCE
hInstance
,
LPCSTR
lpszExeFileName
,
UINT
nIconIndex
)
UINT
nIconIndex
)
...
...
dlls/shell32/shlfolder.c
View file @
1563abe8
...
@@ -612,7 +612,7 @@ static ULONG WINAPI IShellFolder_fnRelease(IShellFolder2 * iface)
...
@@ -612,7 +612,7 @@ static ULONG WINAPI IShellFolder_fnRelease(IShellFolder2 * iface)
* ULONG* pdwAttributes //[out] items attributes
* ULONG* pdwAttributes //[out] items attributes
*
*
* NOTES
* NOTES
* every folder tr
ys to parse only it'
s own (the leftmost) pidl and creates a
* every folder tr
ies to parse only it
s own (the leftmost) pidl and creates a
* subfolder to evaluate the remaining parts
* subfolder to evaluate the remaining parts
* now we can parse into namespaces implemented by shell extensions
* now we can parse into namespaces implemented by shell extensions
*
*
...
...
dlls/winmm/wineoss/audio.c
View file @
1563abe8
...
@@ -162,7 +162,7 @@ LONG OSS_WaveInit(void)
...
@@ -162,7 +162,7 @@ LONG OSS_WaveInit(void)
ioctl
(
audio
,
SNDCTL_DSP_RESET
,
0
);
ioctl
(
audio
,
SNDCTL_DSP_RESET
,
0
);
/* FIXME: some programs compare this string against the content of the registry
/* FIXME: some programs compare this string against the content of the registry
* for MM drivers. The name
have to match in orde
r the program to work
* for MM drivers. The name
s have to match in order fo
r the program to work
* (e.g. MS win9x mplayer.exe)
* (e.g. MS win9x mplayer.exe)
*/
*/
#ifdef EMULATE_SB16
#ifdef EMULATE_SB16
...
...
loader/loadorder.c
View file @
1563abe8
...
@@ -37,6 +37,7 @@ static struct tagDllOverride {
...
@@ -37,6 +37,7 @@ static struct tagDllOverride {
{
"kernel32,gdi32,user32"
,
"builtin"
},
{
"kernel32,gdi32,user32"
,
"builtin"
},
{
"krnl386,gdi,user"
,
"builtin"
},
{
"krnl386,gdi,user"
,
"builtin"
},
{
"toolhelp"
,
"builtin"
},
{
"toolhelp"
,
"builtin"
},
{
"windebug"
,
"native,builtin"
},
{
"system,display"
,
"builtin"
},
{
"system,display"
,
"builtin"
},
{
"w32skrnl,wow32"
,
"builtin"
},
{
"w32skrnl,wow32"
,
"builtin"
},
{
"advapi32,crtdll,ntdll"
,
"builtin,native"
},
{
"advapi32,crtdll,ntdll"
,
"builtin,native"
},
...
@@ -49,8 +50,7 @@ static struct tagDllOverride {
...
@@ -49,8 +50,7 @@ static struct tagDllOverride {
{
"shfolder"
,
"builtin,native"
},
{
"shfolder"
,
"builtin,native"
},
{
"comctl32,commctrl"
,
"builtin,native"
},
{
"comctl32,commctrl"
,
"builtin,native"
},
/* network */
/* network */
{
"wsock32,winsock"
,
"builtin"
},
{
"wsock32,ws2_32,winsock"
,
"builtin"
},
{
"ws2_32"
,
"builtin"
},
{
"icmp"
,
"builtin"
},
{
"icmp"
,
"builtin"
},
/* multimedia */
/* multimedia */
{
"ddraw,dinput,dsound"
,
"builtin,native"
},
{
"ddraw,dinput,dsound"
,
"builtin,native"
},
...
@@ -61,9 +61,8 @@ static struct tagDllOverride {
...
@@ -61,9 +61,8 @@ static struct tagDllOverride {
{
"mciavi.drv,mcianim.drv"
,
"native,builtin"
},
{
"mciavi.drv,mcianim.drv"
,
"native,builtin"
},
{
"msacm.drv,midimap.drv"
,
"builtin,native"
},
{
"msacm.drv,midimap.drv"
,
"builtin,native"
},
{
"opengl32"
,
"builtin,native"
},
{
"opengl32"
,
"builtin,native"
},
/* we have to use libglide2x.so instead of glide2x.dll ... */
/* we have to use libglideXx.so instead of glideXx.dll ... */
{
"glide2x"
,
"so,native"
},
{
"glide2x,glide3x"
,
"so,native"
},
{
"glide3x"
,
"so,native"
},
/* other stuff */
/* other stuff */
{
"mpr,winspool.drv"
,
"builtin,native"
},
{
"mpr,winspool.drv"
,
"builtin,native"
},
{
"wnaspi32,winaspi"
,
"builtin"
},
{
"wnaspi32,winaspi"
,
"builtin"
},
...
...
memory/registry.c
View file @
1563abe8
...
@@ -856,7 +856,7 @@ DWORD WINAPI RegQueryValueExW( HKEY hkey, LPCWSTR name, LPDWORD reserved, LPDWOR
...
@@ -856,7 +856,7 @@ DWORD WINAPI RegQueryValueExW( HKEY hkey, LPCWSTR name, LPDWORD reserved, LPDWOR
* RegQueryValueExA [ADVAPI32.157]
* RegQueryValueExA [ADVAPI32.157]
*
*
* NOTES:
* NOTES:
* the documentation is wrong: if the buffer is to small it remains untouched
* the documentation is wrong: if the buffer is to
o
small it remains untouched
*/
*/
DWORD
WINAPI
RegQueryValueExA
(
HKEY
hkey
,
LPCSTR
name
,
LPDWORD
reserved
,
LPDWORD
type
,
DWORD
WINAPI
RegQueryValueExA
(
HKEY
hkey
,
LPCSTR
name
,
LPDWORD
reserved
,
LPDWORD
type
,
LPBYTE
data
,
LPDWORD
count
)
LPBYTE
data
,
LPDWORD
count
)
...
...
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