haxenme / nme

A cross-platform native backend for Haxe projects
MIT License
479 stars 122 forks source link

Cant compile NME for android with latest hxcpp changes #715

Open codeservice opened 1 year ago

codeservice commented 1 year ago

Error: ./src/audio/OpenSlSound.cpp:405:7: error: use of undeclared identifier 'HxAtomicDec' HxAtomicDec(&activeBuffers); ^ ./src/audio/OpenSlSound.cpp:411:7: error: use of undeclared identifier 'HxAtomicInc' HxAtomicInc(&activeBuffers); ^ ./src/audio/OpenSlSound.cpp:675:7: error: use of undeclared identifier 'HxAtomicDec' HxAtomicDec(&activeBuffers); ^