pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Fix Logger crash and unit test build error in VC++ #252

Open gbenziv opened 1 year ago

gbenziv commented 1 year ago

xxxx

Add __VA_ARGS__ to variadic macro since it is required so that VA operations can read the parameters Fix unit test build error in MSVC Set static flag for core and disable flags that are not supported in MSVC

Pull Request Checklist