Does Win BII need Unicode? removing... no others have it and prefer to add it to both sheep and BII together

This commit is contained in:
Seth Polsley 2020-07-07 00:18:18 -05:00
parent 1775fb3776
commit 084a8fbd74
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@
#ifndef SYSDEPS_H
#define SYSDEPS_H
#ifdef __MINGW32__
#define _UNICODE
#define UNICODE
#endif
#if !defined _MSC_VER && !defined __STDC__
#error "Your compiler is not ANSI. Get a real one."
#endif