revert the change so you need declare an IGNORE_UWP in order to not use the windwos SDK

This commit is contained in:
Amir Tepper
2019-10-20 15:43:50 +03:00
parent 0e241a0fc5
commit aefc90dc19
2 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#if SDK
#if !IGNORE_UWP
using System;
using System.Collections.Generic;
using System.Diagnostics;