Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 83471 invoked from network); 2 May 2009 14:53:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 May 2009 14:53:39 -0000 Received: (qmail 98824 invoked by uid 500); 2 May 2009 14:53:38 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 98729 invoked by uid 500); 2 May 2009 14:53:38 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 98720 invoked by uid 99); 2 May 2009 14:53:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 May 2009 14:53:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 May 2009 14:53:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 71F822388979; Sat, 2 May 2009 14:53:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r770960 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/user.c Date: Sat, 02 May 2009 14:53:15 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090502145315.71F822388979@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Sat May 2 14:53:14 2009 New Revision: 770960 URL: http://svn.apache.org/viewvc?rev=770960&view=rev Log: Use ACR function prefix Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/user.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/user.c URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/user.c?rev=770960&r1=770959&r2=770960&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/os/win32/user.c (original) +++ commons/sandbox/runtime/trunk/src/main/native/os/win32/user.c Sat May 2 14:53:14 2009 @@ -170,7 +170,7 @@ else { SET_IFIELD_W(0000, usr, name); SET_IFIELD_W(0001, usr, name); - GetUserHomePath(home, MAX_PATH, sid); + ACR_GetUserHomePath(home, MAX_PATH, sid); SET_IFIELD_C(0003, usr, home); } if (ConvertSidToStringSidW(sid, &ssid)) {