I followed this instruction: https://github.com/jcaden/libnice/blob/master/README.win32 in order to port libnice on Win32. Everything works correctly with version 0.1.4. However, when I tried to port libnice version 0.1.5 and above, I encountered some errors:
Struct _GMutex is an undefined struct.
I can not find file: inttypes.h, which is included in stunagent.c
If you know how to fix it, please tell me. Thank you very much.