From f17613a84b401924f43fde4581cf3c73b7d6d885 Mon Sep 17 00:00:00 2001 From: "dveditz%netscape.com" Date: Mon, 20 Sep 1999 22:39:52 +0000 Subject: [PATCH] fixing VC5 bustage for ssu --- xpinstall/src/nsWinShortcut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpinstall/src/nsWinShortcut.h b/xpinstall/src/nsWinShortcut.h index 1fcafc6e2a6d..71aa6bbced7e 100644 --- a/xpinstall/src/nsWinShortcut.h +++ b/xpinstall/src/nsWinShortcut.h @@ -34,7 +34,7 @@ extern "C" { #endif -HRESULT CreateALink(LPCSTR lpszPathObj, LPCSTR lpszPathLink, LPCSTR lpszDesc, LPCSTR lpszWorkingPath, LPCSTR lpszArgs, LPCSTR lpszIconFullPath, int iIcon); +long CreateALink(LPCSTR lpszPathObj, LPCSTR lpszPathLink, LPCSTR lpszDesc, LPCSTR lpszWorkingPath, LPCSTR lpszArgs, LPCSTR lpszIconFullPath, int iIcon); #ifdef __cplusplus }