summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/util.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index 579be1ea71e8..6f57dc19d1e9 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -644,7 +644,7 @@ static void addJavaInfoFromWinReg(
}
}
-#endif // WNT
+#endif // _WIN32
void bubbleSortVersion(vector<rtl::Reference<VendorBase> >& vec)
{
@@ -760,7 +760,7 @@ vector<Reference<VendorBase> > addAllJREInfos(
#if defined(_WIN32)
// Get Javas from the registry
addJavaInfoFromWinReg(allInfos, addedInfos);
-#endif // WNT
+#endif // _WIN32
if (checkJavaHomeAndPath) {
addJavaInfoFromJavaHome(allInfos, addedInfos);