mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[appwiz]
- Don't duplicate an export - Spotted by Victor Martinez svn path=/trunk/; revision=62211
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@ stdcall CPlApplet(ptr long ptr ptr)
|
||||
@ stdcall NewLinkHere(ptr long ptr ptr)
|
||||
@ stdcall NewLinkHere(ptr long ptr ptr) NewLinkHereA
|
||||
@ stdcall NewLinkHereA(ptr long ptr ptr)
|
||||
@ stdcall NewLinkHereW(ptr long ptr ptr)
|
||||
@@ -391,21 +391,6 @@ ShowCreateShortcutWizard(HWND hwndCPl, LPWSTR szPath)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
LONG
|
||||
CALLBACK
|
||||
NewLinkHere(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2)
|
||||
{
|
||||
WCHAR szFile[MAX_PATH];
|
||||
|
||||
if (MultiByteToWideChar(CP_ACP, 0, (LPSTR) lParam1, -1, szFile, MAX_PATH))
|
||||
{
|
||||
return ShowCreateShortcutWizard(hwndCPl, szFile);
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
LONG
|
||||
CALLBACK
|
||||
NewLinkHereW(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2)
|
||||
|
||||
Reference in New Issue
Block a user