This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put().