Hi,everyone: I want to port mad to windows(VC++).The follwoing statement will be a syntax error in VC++.
# define PTR(offs, bits) { ptr: { 0, bits, offs } } (huffman.c)
What's the meaning of this statement ,what's the meaning of "ptr:" ? How can I change it in VC++?
Many many thanks.