Recognizes if input is ogg or not.
[xiph.git] / oggdsf / docs / portability.txt
blob0b1b4fe64867dee92f1037762dbe06718fd08afa
1 Portability Notes
2 =================
4 * Make sure svn:eol-style=native is set on text files (edit ~/.subversion/config on UNIX, or edit your TortoiseSVN settings on Windows)
6 * _tmain on Windows == main on UNIX (int argc, char **argv)
8 * Use LOOG_INT64 instead of __int64 or int64_t.  Similarly, use LOOG_UINT64 instead of unsigned __int64 or uint64_t