Commit bace7a11 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

shell.c is now 16-bit only.

parent d71ba930
......@@ -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
......
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment