WaE: "UNX" is not defined

Change-Id: Ie1a98500fa4f3965872b3fc92a303df84556fd7a
This commit is contained in:
David Tardon 2013-03-27 09:39:15 +01:00
parent 1174fbee3a
commit 769831b958

View File

@ -105,7 +105,7 @@ bool isAccessibilitySupportDesired()
} }
RegCloseKey(hKey); RegCloseKey(hKey);
#elif UNX #elif defined UNX
char buf[16]; char buf[16];
// use 2 shells to suppress the eventual "gcontool-2 not found" message // use 2 shells to suppress the eventual "gcontool-2 not found" message
// of the shell trying to execute the command // of the shell trying to execute the command