diff options
author | David Tardon <dtardon@redhat.com> | 2013-03-27 09:39:15 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-03-27 17:08:08 +0100 |
commit | 769831b9588889e29b882fc65b6021f6ff73dfea (patch) | |
tree | 4ae5134df897df5f631928fdc98c2d8b967e6e56 /jvmfwk/source/fwkutil.cxx | |
parent | 1174fbee3a5af72f2a79f11d4d4aabb04c195ec4 (diff) |
WaE: "UNX" is not defined
Change-Id: Ie1a98500fa4f3965872b3fc92a303df84556fd7a
Diffstat (limited to 'jvmfwk/source/fwkutil.cxx')
-rw-r--r-- | jvmfwk/source/fwkutil.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |