[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r649367 - /apr/apr/branches/1.3.x/time/win32/time.c
From:       mturk () apache ! org
Date:       2008-04-18 5:13:10
Message-ID: 20080418051310.E5C3E1A9832 () eris ! apache ! org
[Download RAW message or body]

Author: mturk
Date: Thu Apr 17 22:13:05 2008
New Revision: 649367

URL: http://svn.apache.org/viewvc?rev=649367&view=rev
Log:
Apply trunk patch r649022 (fixing WIN64 compile time warnings)

Modified:
    apr/apr/branches/1.3.x/time/win32/time.c

Modified: apr/apr/branches/1.3.x/time/win32/time.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/time/win32/time.c?rev=649367&r1=649366&r2=649367&view=diff
 ==============================================================================
--- apr/apr/branches/1.3.x/time/win32/time.c (original)
+++ apr/apr/branches/1.3.x/time/win32/time.c Thu Apr 17 22:13:05 2008
@@ -314,7 +314,7 @@
 static apr_status_t clock_restore(void *unsetres)
 {
     ULONG newRes;
-    SetTimerResolution((ULONG)unsetres, FALSE, &newRes);
+    SetTimerResolution((ULONG)(apr_ssize_t)unsetres, FALSE, &newRes);
     return APR_SUCCESS;
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic