jdk/src/java.desktop/windows/native/libawt/windows/DllUtil.cpp
changeset 32427 c22b7e41adf3
parent 26751 70bac69b37c9
equal deleted inserted replaced
32426:f20c72807bfd 32427:c22b7e41adf3
    82         return GetInstance().DwmGetWindowAttributeFunction()(hwnd, dwAttribute,
    82         return GetInstance().DwmGetWindowAttributeFunction()(hwnd, dwAttribute,
    83                 pvAttribute, cbAttribute);
    83                 pvAttribute, cbAttribute);
    84     }
    84     }
    85     throw FunctionUnavailableException();
    85     throw FunctionUnavailableException();
    86 }
    86 }
    87 
       
    88