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
bace7a11
Commit
bace7a11
authored
Mar 21, 2003
by
Steven Edwards
Committed by
Alexandre Julliard
Mar 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell.c is now 16-bit only.
parent
d71ba930
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
dlls/shell32/Makefile.in
+3
-2
shell.c
dlls/shell32/shell.c
+1
-1
No files found.
dlls/shell32/Makefile.in
View file @
bace7a11
...
...
@@ -27,7 +27,6 @@ C_SRCS = \
iconcache.c
\
memorystream.c
\
pidl.c
\
shell.c
\
shell32_main.c
\
shelllink.c
\
shellole.c
\
...
...
@@ -48,7 +47,9 @@ C_SRCS = \
shv_item_cmenu.c
\
systray.c
RC_SRCS
=
shres.rc
RC_SRCS
=
shres.rc
C_SRCS16
=
shell.c
RC_SRCS16
=
version16.rc
SUBDIRS
=
tests
...
...
dlls/shell32/shell.c
View file @
bace7a11
...
...
@@ -322,7 +322,7 @@ HICON16 WINAPI ExtractAssociatedIcon16(HINSTANCE16 hInst, LPSTR lpIconPath, LPWO
*
* Returns a pointer into the DOS environment... Ugh.
*/
LPSTR
SHELL_FindString
(
LPSTR
lpEnv
,
LPCSTR
entry
)
static
LPSTR
SHELL_FindString
(
LPSTR
lpEnv
,
LPCSTR
entry
)
{
UINT16
l
;
TRACE
(
"
\n
"
);
...
...
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