Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/examples/dynamic/baz.hpp
blob: 505a3c45b6dd9adbed1a6dc8c717f09024bf9f1b (plain) (blame)
1
2
3
4
5
6
#pragma once

#ifdef _MSC_VER
__declspec(dllexport)
#endif
void baz();