HaikuArchives / VMwareAddons

VMwareAdd-ons is a set of tools to enhance interaction with Haiku running in VMware
MIT License
7 stars 9 forks source link

Fix building problems #23

Closed Zotyamester closed 4 years ago

Zotyamester commented 4 years ago

If it's not commented out, the compiler says that 'B_USER_CLONABLE_AREA' is undeclared.

CodeforEvolution commented 4 years ago

You’ll actually want to rename ‘B_USER_CLONEABLE_AREA’ to ‘B_CLONEABLE_AREA’. Without this flag, the video driver won’t function.