emilk / loguru

A lightweight C++ logging library
The Unlicense
1.76k stars 256 forks source link

_SH_DENYNO undeclared identifier on Windows 10 #219

Open thibaultfalque opened 2 years ago

thibaultfalque commented 2 years ago

Hi,

On Windows 10, this line failed, with the error _SH_DENYNO is an undeclared identifier.

I solved the issue by adding the inclusion of the share.h file before the fsopen call.