This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 44136
Collapse All | Expand All

(-)openide/src/org/openide/util/Utilities.java (-1 / +1 lines)
Lines 90-96 Link Here
90
    public static final int OS_OTHER = 65536;
90
    public static final int OS_OTHER = 65536;
91
91
92
    /** A mask for Windows platforms. */
92
    /** A mask for Windows platforms. */
93
    public static final int OS_WINDOWS_MASK = OS_WINNT | OS_WIN95 | OS_WIN98 | OS_WIN2000 | OS_WIN_OTHER;
93
    public static final int OS_WINDOWS_MASK = OS_WINNT | OS_WIN95 | OS_WIN98 | OS_WIN2000 | OS_WIN_OTHER | OS_OS2;
94
    /** A mask for Unix platforms. */
94
    /** A mask for Unix platforms. */
95
    public static final int OS_UNIX_MASK = OS_SOLARIS | OS_LINUX | OS_HP | OS_AIX | OS_IRIX | OS_SUNOS | OS_TRU64 | OS_MAC;
95
    public static final int OS_UNIX_MASK = OS_SOLARIS | OS_LINUX | OS_HP | OS_AIX | OS_IRIX | OS_SUNOS | OS_TRU64 | OS_MAC;
96
96

Return to bug 44136