You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/09 17:29:37 UTC

svn commit: r763701 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/OS.java native/include/arch/windows/acr_arch.h

Author: mturk
Date: Thu Apr  9 15:29:37 2009
New Revision: 763701

URL: http://svn.apache.org/viewvc?rev=763701&view=rev
Log:
Use correct define for VISTA SDK

Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java
    commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java?rev=763701&r1=763700&r2=763701&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/OS.java Thu Apr  9 15:29:37 2009
@@ -106,7 +106,7 @@
     public static native String getProcessor();
 
     /**
-     * Machine hardware platform.
+     * Hardware name.
      */
     public static native String getHardwarePlatform();
 

Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h?rev=763701&r1=763700&r2=763701&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h Thu Apr  9 15:29:37 2009
@@ -17,7 +17,7 @@
 #ifndef _ACR_ARCH_H
 #define _ACR_ARCH_H
 
-#if !defined(PRODUCT_UNDEFINED)
+#if !defined(NTDDI_VISTA)
 /* Vista Platform SDK definitions */
 
 typedef enum