Skip to content

Latest commit

 

History

History
executable file
·
16 lines (15 loc) · 210 Bytes

File metadata and controls

executable file
·
16 lines (15 loc) · 210 Bytes
//
DefinitionBlock("", "SSDT", 2, "OCLT", "OCWork", 0)
{
    External (OSME, IntObj)
    
    Scope (\)
    {
        If (_OSI ("Darwin"))
        {
            OSME = 0x0100
        }
    }
}
//EOF