mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
Implement/match MxDeviceEnumerate::ParseDeviceName and ProcessDeviceBytes (#398)
* WIP * WIP * WIP * WIP * WIP * WIP
This commit is contained in:
committed by
GitHub
parent
5ee268a36c
commit
778b0f2108
@@ -21,8 +21,9 @@
|
||||
// We use `override` so newer compilers can tell us our vtables are valid,
|
||||
// however this keyword was added in C++11, so we define it as empty for
|
||||
// compatibility with older compilers.
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1200 // 1200 corresponds to VC6.0 but "override" was probably added even later
|
||||
#if __cplusplus < 201103L
|
||||
#define override
|
||||
#define static_assert(expr, msg)
|
||||
#endif
|
||||
|
||||
#endif // COMPAT_H
|
||||
|
||||
Reference in New Issue
Block a user