Changeset 70812 in webkit


Ignore:
Timestamp:
Oct 28, 2010 2:41:51 PM (13 years ago)
Author:
Patrick Gansterer
Message:

2010-10-28 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

Port ContextMenuItemWin.cpp to WinCE
https://bugs.webkit.org/show_bug.cgi?id=48407

  • platform/win/ContextMenuItemWin.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r70810 r70812  
     12010-10-28  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Port ContextMenuItemWin.cpp to WinCE
     6        https://bugs.webkit.org/show_bug.cgi?id=48407
     7
     8        * platform/win/ContextMenuItemWin.cpp:
     9
    1102010-10-28  Ryosuke Niwa  <rniwa@webkit.org>
    211
  • trunk/WebCore/platform/win/ContextMenuItemWin.cpp

    r56825 r70812  
    3232#include <windows.h>
    3333
     34#if OS(WINCE)
     35#ifndef MFS_DISABLED
     36#define MFS_DISABLED MF_GRAYED
     37#endif
     38#ifndef MIIM_FTYPE
     39#define MIIM_FTYPE MIIM_TYPE
     40#endif
     41#ifndef MIIM_STRING
     42#define MIIM_STRING 0
     43#endif
     44#endif
     45
    3446namespace WebCore {
    3547
Note: See TracChangeset for help on using the changeset viewer.