/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*/
#include <cstdint>
namespace Os {
const char *openglDllName = "opengl32.dll";
}