1 /* 2 * renderer-msvc.h 3 * MSVC library syntax renderer header 4 * 5 * SPDX-License-Identifier: pkgconf 6 * 7 * Copyright (c) 2017 pkgconf authors (see AUTHORS). 8 * 9 * Permission to use, copy, modify, and/or distribute this software for any 10 * purpose with or without fee is hereby granted, provided that the above 11 * copyright notice and this permission notice appear in all copies. 12 * 13 * This software is provided 'as is' and without any warranty, express or 14 * implied. In no event shall the authors be liable for any damages arising 15 * from the use of this software. 16 */ 17 18 #ifndef RENDERER_MSVC_H 19 #define RENDERER_MSVC_H 20 21 #include <libpkgconf/libpkgconf.h> 22 23 pkgconf_fragment_render_ops_t *msvc_renderer_get(void); 24 25 #endif 26