Changeset 52572 in webkit


Ignore:
Timestamp:
Dec 27, 2009 12:39:57 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-27 Patrick Gansterer <paroga@paroga.com>

Reviewed by Adam Barth.

WinCE buildfixes (missing headers and unsupported HWND_MESSAGE)

  • platform/wince/MIMETypeRegistryWince.cpp:
  • platform/wince/SearchPopupMenuWince.cpp:
  • platform/wince/SharedTimerWince.cpp: (WebCore::initializeOffScreenTimerWindow):
Location:
trunk/WebCore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52569 r52572  
     12009-12-27  Patrick Gansterer  <paroga@paroga.com>
     2
     3        Reviewed by Adam Barth.
     4
     5        WinCE buildfixes (missing headers and unsupported HWND_MESSAGE)
     6
     7        * platform/wince/MIMETypeRegistryWince.cpp:
     8        * platform/wince/SearchPopupMenuWince.cpp:
     9        * platform/wince/SharedTimerWince.cpp:
     10        (WebCore::initializeOffScreenTimerWindow):
     11
    1122009-12-26  Eric Seidel  <eric@webkit.org>
    213
  • trunk/WebCore/platform/wince/MIMETypeRegistryWince.cpp

    r47134 r52572  
    2828#include "MIMETypeRegistry.h"
    2929
     30#include <wtf/HashMap.h>
    3031#include <windows.h>
    3132#include <winreg.h>
  • trunk/WebCore/platform/wince/SearchPopupMenuWince.cpp

    r47133 r52572  
    2222
    2323#include "AtomicString.h"
     24#include "NotImplemented.h"
    2425
    2526namespace WebCore {
  • trunk/WebCore/platform/wince/SharedTimerWince.cpp

    r47132 r52572  
    8686
    8787    timerWindowHandle = CreateWindow(kTimerWindowClassName, 0, 0,
    88        CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, HWND_MESSAGE, 0, Page::instanceHandle(), 0);
     88       CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, 0, 0, Page::instanceHandle(), 0);
    8989}
    9090
Note: See TracChangeset for help on using the changeset viewer.