diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-04-18 09:35:29 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-04-18 09:35:29 +0000 |
commit | 5c96db5d4fc15a18fe9b680a3175d506a8f21f68 (patch) | |
tree | e167bedba0d2cb0fb8952c982721a81bf22a4817 /winsup/w32api/lib/test.c | |
parent | 065e8a7a023820eb250a0fa1c65af06a56852765 (diff) | |
download | cygnal-5c96db5d4fc15a18fe9b680a3175d506a8f21f68.tar.gz cygnal-5c96db5d4fc15a18fe9b680a3175d506a8f21f68.tar.bz2 cygnal-5c96db5d4fc15a18fe9b680a3175d506a8f21f68.zip |
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.
Diffstat (limited to 'winsup/w32api/lib/test.c')
-rw-r--r-- | winsup/w32api/lib/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/lib/test.c b/winsup/w32api/lib/test.c index 77e3e646e..f4959b4fe 100644 --- a/winsup/w32api/lib/test.c +++ b/winsup/w32api/lib/test.c @@ -29,6 +29,7 @@ #include <dbt.h> #include <httpext.h> +#include <icm.h> #include <imagehlp.h> #include <initguid.h> #include <ipexport.h> |