diff options
author | Chris Robinson <[email protected]> | 2013-10-28 11:26:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-28 11:26:26 -0700 |
commit | 2912d130c26056f21e938bbd776bbe8583c055cd (patch) | |
tree | db62c19bd4d9c96adbb9daf9b1d4067eef652e5b /Alc/helpers.c | |
parent | 034935b2e16a5886377018de973e90490102ca90 (diff) |
Separate compatibility declarations
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r-- | Alc/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c index 1eadc99c..4d715553 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -69,6 +69,7 @@ DEFINE_DEVPROPKEY(DEVPKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80, #endif #include "alMain.h" +#include "compat.h" ALuint CPUCapFlags = 0; |