Commit a277345e05507dfa0a3350d47df96d37063c929f

Russell Belfer 2012-11-14T22:37:13

Create internal strcmp variants for function ptrs Using the builtin strcmp and strcasecmp as function pointers is problematic on win32. This adds internal implementations and divorces us from the platform linkage.