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