mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Simplify this conditional
This commit is contained in:
parent
a9bf8e7b18
commit
157d04b2a5
@ -30,7 +30,7 @@ struct u24_be {
|
||||
}
|
||||
};
|
||||
|
||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
typedef unsigned __int8 u8;
|
||||
typedef unsigned __int16 u16;
|
||||
|
Loading…
Reference in New Issue
Block a user