// 
// Decompiled by Procyon v0.6.0
// 

package org.jline.jansi;

@Deprecated
public class WindowsSupport
{
    @Deprecated
    public static String getLastErrorMessage() {
        throw new UnsupportedOperationException();
    }
    
    @Deprecated
    public static String getErrorMessage(final int errorCode) {
        throw new UnsupportedOperationException();
    }
}
