Skip to content

Latest commit

 

History

History
executable file
·
18 lines (17 loc) · 304 Bytes

File metadata and controls

executable file
·
18 lines (17 loc) · 304 Bytes
//
DefinitionBlock("", "SSDT", 2, "OCLT", "OCWork", 0)
{
    External (_SB.ACOS, IntObj)
    External (_SB.ACSE, IntObj)
    
    Scope (\)
    {
        If (_OSI ("Darwin"))
        {
            \_SB.ACOS = 0x80
            \_SB.ACSE = 0 //ACSE=0:win7;;ACSE=1:win8
        }
    }
}
//EOF