Update Crate and Examples

This commit is contained in:
GuilhermeWerner
2021-04-18 20:02:28 -03:00
parent b82addd7e5
commit 293aef9dbf
6 changed files with 48 additions and 27 deletions

View File

@ -5,7 +5,7 @@ namespace CSharp
{
class Program
{
#if WINDOWS_PLATFORM
#if PLATFORM_WINDOWS
const string Library = "Library";
#else
const string Library = "libLibrary";