]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-windows-wide-char-fix-20021210
authorLarry Greenfield <leg@andrew.cmu.edu>
Tue, 10 Dec 2002 22:55:57 +0000 (22:55 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 10 Dec 2002 22:55:57 +0000 (22:55 +0000)
include afxpriv.h so we get macros
call GetSize() and not GetCount()

(cherry picked from commit 7c5798f3902f7329511f127d7f6c8922885da383)

src/WINNT/client_exp/shell_ext.cpp

index 92ce016f79191052924dc75d8febfa19468b8942..37e0f11027ecf5797caf33e752f943e93d0b6925 100644 (file)
@@ -12,6 +12,7 @@ extern "C" {
 #include <afs/stds.h>
 }
 
+#include <afxpriv.h>
 #include "stdafx.h"
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -331,7 +332,7 @@ STDMETHODIMP CShellExt::XMenuExt::InvokeCommand(LPCMINVOKECOMMANDINFO lpici)
                                                                        }
                                                                        break;
                case IDM_REMOVE_SYMLINK:        {
-                                                                               if (files.GetCount()>1)
+                                                                               if (files.GetSize()>1)
                                                                                        break;
                                                                                int nChoice = ShowMessageBox(IDS_REALLY_REMOVE_SYMLINK, MB_ICONQUESTION | MB_YESNO, IDS_REALLY_REMOVE_SYMLINK);
                                                                                if (nChoice == IDYES)