Changeset 54537 in webkit


Ignore:
Timestamp:
Feb 9, 2010 1:35:03 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-09 Kwang Yul Seo <skyul@company100.net>

Reviewed by Laszlo Gombos.

[BREWMP] Fix macro redefinition error in BREWMP simulator build.
https://bugs.webkit.org/show_bug.cgi?id=34738

Remove warning: 'FAR' macro redefinition.

  • platform/image-decoders/jpeg/JPEGImageDecoder.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r54536 r54537  
     12010-02-09  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [BREWMP] Fix macro redefinition error in BREWMP simulator build.
     6        https://bugs.webkit.org/show_bug.cgi?id=34738
     7
     8        Remove warning: 'FAR' macro redefinition.
     9
     10        * platform/image-decoders/jpeg/JPEGImageDecoder.cpp:
     11
    1122010-02-07  Yuzo Fujishima  <yuzo@google.com>
    213
  • trunk/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp

    r53411 r54537  
    4242#include <stdio.h>  // Needed by jpeglib.h for FILE.
    4343
    44 #if OS(WINCE)
     44#if OS(WINCE) || PLATFORM(BREWMP_SIMULATOR)
    4545// Remove warning: 'FAR' macro redefinition
    4646#undef FAR
Note: See TracChangeset for help on using the changeset viewer.