]> sourceware.org Git - newlib-cygwin.git/commit
2006-04-18 Eric House <ehouse@eehouse.org>
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 18 Apr 2006 09:48:05 +0000 (09:48 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Tue, 18 Apr 2006 09:48:05 +0000 (09:48 +0000)
commit6ea56da87a6917dcadf7e28eeb1a150f6ea56f6f
tree7c760be337a95209a5ecd45edd2c936cd39a61e5
parent5c96db5d4fc15a18fe9b680a3175d506a8f21f68
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/include/aygshell.h [new file with mode: 0755]
This page took 0.029261 seconds and 5 git commands to generate.