Datatypes-Porting Win32 Code to Linux?
Dionysus asks: "We have some internal utilities running on Windows NT (using Visual C++) that we would like to port to Linux. The problem is, Microsoft, in its infinite wisdom has extended the language and introduced new types (like CHAR, WCHAR, TCHAR), and new functions (like MultiByteToWideChar()), which makes it impossible to do a straight compile. Note, we are not using WIN32 specific stuff (like MFC, COM etc). Are there any libraries out there that would make the porting easier?"
It has all the typedefs you should need.
cpeterso