Simplify this conditional

This commit is contained in:
twinaphex 2017-08-30 19:47:15 +02:00
parent a9bf8e7b18
commit 157d04b2a5

View File

@ -30,7 +30,7 @@ struct u24_be {
}
};
#if defined(_WIN32) && !defined(__MINGW32__)
#if defined(_MSC_VER)
typedef unsigned __int8 u8;
typedef unsigned __int16 u16;