OSDN Git Service

2006-04-18 Eric House <ehouse@eehouse.org>
authordannysmith <dannysmith>
Tue, 18 Apr 2006 09:35:29 +0000 (09:35 +0000)
committerdannysmith <dannysmith>
Tue, 18 Apr 2006 09:35:29 +0000 (09:35 +0000)
commit880d5a5fcff6e654573cee1b7ac9c1965f15f827
treeeb2b876d135662ebf16a53bb488a6dbb76e36aa7
parent1f2711b94323da691271e7aaccd9e21a94be80f0
2006-04-18  Eric House  <ehouse@eehouse.org>

PocketPC support.
* include/aygshell.h: New file [_WIN32_WCE]. Declare most common
functions for using aygshell on PocketPC:
SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange

* include/commctrl.h [_WIN32_WCE] Add function prototypes for
command bar API on PocketPC:
CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
CommandBar_InsertComboBox, CommandBar_InsertMenubar,
CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
CommandBar_InsertButton, CommandBar_Destroy.

* include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
 fields not present on PocketPC.
(GetCurrentThreadId): Conditionally declare as extern function
without dllimport attribute on PocketPC.
  (ResetEvent): Likwise.
(SetEvent): Likewise.

* include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
Conditionally declare as extern function without dllimport
 attribute on PocketPC.
* winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
declare as extern function without dllimport attribute on PocketPC.
winsup/w32api/ChangeLog
winsup/w32api/include/commctrl.h
winsup/w32api/include/winbase.h
winsup/w32api/include/wingdi.h
winsup/w32api/include/winuser.h
winsup/w32api/lib/test.c