mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
finish MusicManager (#453)
* finish MusicManager * Fixes/improvements --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
#define COMPAT_CONST
|
||||
#endif
|
||||
|
||||
// DWORD_PTR didn't exist in older Windows SDKs
|
||||
#if (defined(_MSC_VER) && _MSC_VER < 1100)
|
||||
typedef unsigned long DWORD_PTR, *PDWORD_PTR;
|
||||
#endif
|
||||
|
||||
// Disable "identifier was truncated to '255' characters" warning.
|
||||
// Impossible to avoid this if using STL map or set.
|
||||
// This removes most (but not all) occurrences of the warning.
|
||||
|
Reference in New Issue
Block a user