Hi Ben:
The original Azure SDK is based upon Windows platform, so that may be where WIN32 comes from.
The final destination for the code is an ARM micro controller, compiled by Eclipse - Wiced tools, on embedded hardware platform.
My first step is to get the Generator to compile the Azure library to compile with Eclipse on Windows platform. After I get the Generator to compile and only find errors related to WinRTOS and WinSockets, then I have to change them to FreeRTOS and WicedSockets.
I have not found a compile switch to use FreeRTOS instead of WinRTOS. The same goes for sockets.
Thanks for your suggestion about looking for WIN32. I will see what I can find.
Garry.