From 8e13a159f3a54f761ab80b16377015e5a9077411 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 19 Mar 2014 19:28:00 +0000 Subject: Fixed cross compilation with mingw. Tested in Mozilla source tree. I tried to use skia build system, but it's up to the task for cross compilation. SkHRESULT.cpp - Use proper file name (that matters on case sensitive OSes) SkAtomics_win.h - Don't use pragma intrinsic on GCC (this causes massive warnings) SkOSFile_win.cpp - This one is tricky. GCC doesn't allow (void*) casts in template argument constants and INVALID_HANDLE_VALUE looks like this: ((HANDLE)(LONG_PTR)-1) where HANDLE is typedefed to void*. Changed the code to use LONG_PTR as template argument and cast it when needed. BUG=skia: R=bungeman@google.com, reed@google.com Author: cjacek@gmail.com Review URL: https://codereview.chromium.org/198643004 git-svn-id: http://skia.googlecode.com/svn/trunk@13862 2bbb7eff-a529-9590-31e7-b0007b416f81 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 4bef9330ed..0e8abcc940 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,6 +16,7 @@ ARM <*@arm.com> George Wright Google Inc. <*@google.com> Intel <*@intel.com> +Jacek Caban NVIDIA <*@nvidia.com> Samsung <*@samsung.com> The Chromium Authors <*@chromium.org> -- cgit v1.2.3