shell.c is now 16-bit only.

This commit is contained in:
Steven Edwards 2003-03-21 23:39:24 +00:00 committed by Alexandre Julliard
parent d71ba930ab
commit bace7a11ca
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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");