Fix some more Win32 compat issues in processor code

R=mark at https://breakpad.appspot.com/535003/

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1122 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek@gmail.com 2013-03-06 14:06:52 +00:00
parent aeffe1056f
commit 93a48343ee
7 changed files with 20 additions and 3 deletions

View file

@ -54,6 +54,11 @@ using std::make_pair;
namespace google_breakpad {
#ifdef _WIN32
#define strtok_r strtok_s
#define strtoull _strtoui64
#endif
static const char *kWhitespace = " \r\n";
BasicSourceLineResolver::BasicSourceLineResolver() :