From 769831b9588889e29b882fc65b6021f6ff73dfea Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 27 Mar 2013 09:39:15 +0100 Subject: WaE: "UNX" is not defined Change-Id: Ie1a98500fa4f3965872b3fc92a303df84556fd7a --- jvmfwk/source/fwkutil.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jvmfwk/source/fwkutil.cxx') diff --git a/jvmfwk/source/fwkutil.cxx b/jvmfwk/source/fwkutil.cxx index ce827ba44113..8caf06d3741f 100644 --- a/jvmfwk/source/fwkutil.cxx +++ b/jvmfwk/source/fwkutil.cxx @@ -105,7 +105,7 @@ bool isAccessibilitySupportDesired() } RegCloseKey(hKey); -#elif UNX +#elif defined UNX char buf[16]; // use 2 shells to suppress the eventual "gcontool-2 not found" message // of the shell trying to execute the command -- cgit