williamr@4: /* Copyright (c) 2009 The Khronos Group Inc. williamr@4: * williamr@4: * Permission is hereby granted, free of charge, to any person obtaining a williamr@4: * copy of this software and/or associated documentation files (the williamr@4: * "Materials"), to deal in the Materials without restriction, including williamr@4: * without limitation the rights to use, copy, modify, merge, publish, williamr@4: * distribute, sublicense, and/or sell copies of the Materials, and to williamr@4: * permit persons to whom the Materials are furnished to do so, subject to williamr@4: * the following conditions: williamr@4: * williamr@4: * The above copyright notice and this permission notice shall be included williamr@4: * in all copies or substantial portions of the Materials. williamr@4: * williamr@4: * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, williamr@4: * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF williamr@4: * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. williamr@4: * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY williamr@4: * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, williamr@4: * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE williamr@4: * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. williamr@4: */ williamr@4: williamr@4: #ifndef WFCEXT_H_ williamr@4: #define WFCEXT_H_ williamr@4: williamr@4: #ifdef __cplusplus williamr@4: extern "C" { williamr@4: #endif williamr@4: williamr@4: /* No standard extensions defined. */ williamr@4: williamr@4: #ifdef __cplusplus williamr@4: } williamr@4: #endif williamr@4: williamr@4: williamr@4: #endif /* WFCEXT_H_ */