shell.c is now 16-bit only.
This commit is contained in:
parent
d71ba930ab
commit
bace7a11ca
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue