Define some macros using "old" / winsock 1.1 values for CE.
[cegcc.git] / cegcc / src / w32api / ChangeLog.ce
blob59e47963803ebb6a31ea6ba3870cdb8a9d4aac52
1 2009-05-22  Danny Backx  <dannybackx@users.sourceforge.net>
3         * include/winsock2.h (DSCP_TRAFFIC_TYPE) : Add typedef for enum.
4         * include/winsock2.h (AF_BT) : Add, copy of AF_BTH.
5         * include/ws2tcpip.h : Define some macros using "old" winsock 1.1
6         values for CE.
8 2009-05-18  Danny Backx  <dannybackx@users.sourceforge.net>
10         * include/winbase.h (CRITICAL_SECTION) : Define differently for CE.
11         * include/winbase.h (ExitProcess) : Define as an inline function, not
12         a macro.
14 2009-05-15  Pierre Ynard  <linkfanel@yahoo.fr>
16         * include/kfuncs.h (ResetEvent, SetEvent) : Fix definitions that got
17         mixed up in recent commit.
19 2009-05-13  Danny Backx  <dannybackx@users.sourceforge.net>
21         * include/kfuncs.h (PUserKData) : Define as different values for
22         ARM and other processors. Add references to websites that have this
23         information.
25 2009-04-28  Danny Backx  <dannybackx@users.sourceforge.net>
27         * include/winuser.h(GetMenu) : Remove for CE.
28         * include/winuser.h(SetProp*,GetProp*,RemoveProp*) : Define only the
29         right ones for CE, see bug #2328033.
31 2009-04-28  Ryan Raasch  <ryan.raasch@gmail.com>
33         * include/strmif.h (IEnumPins, IEnumMediaTypes) : Define.
35 2009-04-20  Johnny Willemsen <jwillemsen@remedy.nl>
37         * include/winbase.h (CeSetThreadPriority, CeGetThreadPriority) :
38         Declare.
40 2009-04-15  Danny Backx  <dannybackx@users.sourceforge.net>
42         * include/winbase.h : Include inlined functions only from one file.
44 2009-04-11  Danny Backx  <dannybackx@users.sourceforge.net>
46         * include/windefs.h, include/kfuncs.h : change inlined functions to
47         static, include them only from one file.
49 2009-04-10  Marcel Smit  <msmit@remedy.nl>
51         * include/cegcc.h.in (__CEGCC_VERSION__) : Add backslashes at the end
52         of lines to allow line continuation.
53         * include/kfuncs.h (TlsAlloc, TlsFree, PulseEvent, ResetEvent,
54         SetEvent, GetCurrentThread, GetCurrentProcess, GetCurrentThreadId,
55         GetCurrentProcessId) : Change them from macros to inline functions.
57 2009-02-07  Pedro Alves  <pedroalves@users.sourceforge.net>
59         Merge from upstream.  Now at 3.12.
61 2009-02-01  Ryan Raasch  <ryan.raasch@gmail.com>
63         * libce/directx/strmiids.c : New file, copy from src/lib/directx.
64         * include/bdatypes.h, include/dshow.h, include/strmif.h : Make the
65         UUIDs extern so executables can link.
67 2009-01-28  Ryan Raasch  <ryan.raasch@gmail.com>
69         * libce/coredll.def, include/winbase.h : Add various definitions to
70         support EnumDeviceInterfaces, EnumDevices, FindFirstDevice,
71         FindNextDevice, GetDeviceInformationByDeviceHandle,
72         GetDeviceInformationByFileHandle.
74 2009-01-27  Danny Backx  <dannybackx@users.sourceforge.net>
76         * include/winsock.h, include/winsock2.h: Add various macros to define
77         constants used for Bluetooth.
79 2009-01-25  Danny Backx  <dannybackx@users.sourceforge.net>
81         * include/pm.h: Merge with version submitted by Lars Munch.
82         * include/winbase.h: Move SetSystemPowerState to pm.h for CE.
84 2009-01-11  Danny Backx  <dannybackx@users.sourceforge.net>
86         * include/pm.h, include/msgqueue.h: Add.
88 2008-10-07  Pedro Alves  <pedroalves@users.sourceforge.net>
90         * include/secext.h (EXTENDED_NAME_FORMAT): Allow on _WIN32_WCE >=
91         0x400.  Add NameWindowsCeLocal on CE and hide NameDnsDomain.
93 2008-10-05  Pedro Alves  <pedroalves@users.sourceforge.net>
95         * include/shellapi.h (SHCreateShortcut): Change return type to
96         DWORD.
97         (SHCreateShortcutEx): Declare.
99 2008-09-25  Pedro Alves  <pedroalves@users.sourceforge.net>
101         * libce/Makefile.in (inst_includedir, inst_libdir) [!cegcc]:
102         Unbreak mingw32ce.
104 2008-09-24  Pedro Alves  <pedroalves@users.sourceforge.net>
106         * config.sub: Add support for cegcc.
107         * libce/Makefile.in (inst_includedir, inst_libdir) [cegcc]: Set to
108         a w32api subdir.
109         (EXTRA_INCLUDES) [cegcc]: Point at newlib headers.
111 2008-09-04  Danny Backx  <dannybackx@users.sourceforge.net>
113         * include/winbase.h: Fix SetSystemPowerState as indicated by Klaus
114         Rechert.
116 2008-06-20  Eric House  <eehouse@eehouse.org>
118         * libce/aygshell.def (SHSendBackToFocusWindow): Define.
119         * include/aygshell.h (SHSendBackToFocusWindow): Declare.
120         (SHMBOF_NODEFAULT, SHMBOF_NOTIFY, SHCMBM_OVERRIDEKEY, VK_TBACK):
121         Define.
123 2008-06-20  Danny Backx  <dannybackx@users.sourceforge.net>
125         * include/aygshell.h: Include prsht.h.
127 2008-06-20  Eric House <eehouse@eehouse.org>
129         * cegcc/importlibs/defs/aygshell.def, w32api/include/aygshell.h,
130         w32api/libce/aygshell.def (SHSendBackToFocusWindow, SHMBOF_NODEFAULT,
131         SHMBOF_NOTIFY, SHCMBM_OVERRIDEKEY, VK_TBACK) : Define.
133 2008-05-22  Danny Backx  <dannybackx@users.sourceforge.net>
135         * include/projects.h: Add.
137 2008-04-13  Danny Backx  <dannybackx@users.sourceforge.net>
138         * include/commctrl.h (CommandBar_AddButtons): Change from a
139         function definition into a macro.
140         * include/prsht.h (PSH_MAXIMIZE): Define.
141         * include/winioctl.h (FILE_DEVICE_HAL, FILE_DEVICE_SERVICE,
142         IOCTL_SERVICE_START, IOCTL_SERVICE_STOP, IOCTL_SERVICE_STATUS,
143         IOCTL_SERVICE_CONNECTION): Define.
146 2008-04-13  Danny Backx  <dannybackx@users.sourceforge.net>
148         * include/winuser.h (SystemIdleTimerReset): Define.
150 2008-04-13  Danny Backx  <dannybackx@users.sourceforge.net>
152         * include/notify.h: Add.
153         * include/aygshell.h (SHSetAppKeyWndAssoc): Define.
154         * include/commctrl.h (CommandBar_AddButtons): Define.
156 2008-04-13  Danny Backx  <dannybackx@users.sourceforge.net>
158         * include/aygshell.h: Add <sipapi.h> include.
160 2008-02-21  Danny Backx  <dannybackx@users.sourceforge.net>
162         * include/winnt.h (VER_PLATFORM_WIN32_CE): Define.
164 2008-02-17  Danny Backx  <dannybackx@users.sourceforge.net>
166         * include/aygshell.h (SHInitExtraControls): Move into the extern "C"
167         construction.
168         * include/aygshell.h (SHDoneButton, WS_NONAVDONEBUTTON, SHDB_SHOW,
169         SHDB_HIDE): Define.
171 2008-01-09  Danny Backx  <dannybackx@users.sourceforge.net>
173         * include/aygshell.h (SIPINFO): Remove, this was a duplicate.
175 2008-01-06  Danny Backx  <dannybackx@users.sourceforge.net>
177         * include/aygshell.h (SIPSTATE,SHSipPreference): Define.
178         * include/aygshell.h (SIPINFO): Define.
179         * include/aygshell.h (SHCMBM_GETSUBMENU,SETSUBMENU): Define.
181 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
183         * configure.in (SUBDIRS): Set depending on $host_alias instead of
184         on $host.
185         * Makefile.in: Capture $build_alias, $host_alias, $target_alias
186         verbatim from config.  Capture $build, $host, $target from config.
187         Set $tooldir using $host_alias, not $target_alias.
188         * libce/Makefile.in: Get $build, $build_alias, $host, $host_alias,
189         $target and $target_alias from config.  Use $build, $host, $target
190         instead of the aliases to detect a native build.  Use $host_alias
191         instead of $target_alias to set the $tooldir.
192         * configure: Regenerate.
194 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
196         * configure.in (SUBDIRS): Set depending on host, and pass it to
197         the Makefile.
198         * Makefile.in (SUBDIRS): Get from configure.
199         * libce/Makefile.in: Hardcode CE conditions.
200         * configure: Regenerate.
202 2007-12-21  Pavel Chernikov  <pchernik@gmail.com>
204         * include/winuser.h (VK_APP1, VK_APP2, VK_APP3, VK_APP4)
205         (VK_APP5, VK_APP6): Define.
207 2007-12-07  Danny Backx  <dannybackx@users.sourceforge.net>
209         * include/icmpapi.h: Add new file.
211 2007-12-01  Danny Backx  <dannybackx@users.sourceforge.net>
213         * include/aygshell.h: Add SHInitExtraControls.
215 2007-11-29  Danny Backx  <dannybackx@users.sourceforge.net>
217         * include/cegcc.h.in: Add file to provide version tracking macros.
219 2007-11-25  Pedro Alves  <pedro_alves@portugalmail.pt>
220             Danny Backx  <dannybackx@users.sourceforge.net>
222         * libce/icmplib.def: Remove proxy for icmplib, MSDN says it's a
223         static library only.
225 2007-11-16  Danny Backx  <dannybackx@users.sourceforge.net>
227         * include/shlwapi.h (PathCombine): Define without W or A suffix
228         for Windows CE.
230 2007-11-15  Jacek M. Holeczek <holeczek@us.edu.pl>
232         * include/aygshell.h (SHLoadImageFile, SHLoadImageResource):
233         Define.
234         * include/sipapi.h (SipShowIM, SipGetCurrentIM, SipSetCurrentIM):
235         Define.
237 2007-11-15  Danny Backx  <dannybackx@users.sourceforge.net>
239         * include/aygshell.h (SHCMBM_GETSUBMENU): Define.
241 2007-11-14  Matthew Kille  <matt@amiga.com>
243         * include/winbase.h (THREAD_PRIORITY_TIME_CRITICAL)
244         (THREAD_PRIORITY_HIGHEST, THREAD_PRIORITY_ABOVE_NORMAL)
245         (THREAD_PRIORITY_NORMAL, THREAD_PRIORITY_BELOW_NORMAL)
246         (THREAD_PRIORITY_LOWEST, THREAD_PRIORITY_IDLE): Correct values for
247         Windows CE.
248         (THREAD_PRIORITY_ABOVE_IDLE): Define.
250 2007-10-20  Jacek M. Holeczek <holeczek@us.edu.pl>
252         * include/winuser.h (ChangeDisplaySettings): Define differently
253         for CE than for other Windows versions.
254         * include/shellapi.h (ShellExecuteEx, ShellExecute): Define only
255         those functions that exist in the CE API.
256         * include/wingdi.h (struct _devicemodeW, DEVMODEW, LPDEVMODEW)
257         (PDEVMODEW): Define this structure, the typedefs, and the
258         constants it requires differently for Windows CE than for other
259         Windows platforms.
261 2007-10-20  Danny Backx  <dannybackx@users.sourceforge.net>
263         * include/winuser.h (IsDlgButtonChecked): Change to a macro for
264         Windows CE.
266 2007-10-16  Erik van Pienbroek  <erik@vanpienbroek.nl>
268         * include/commdlg.h (ChooseColor): New declaration, and hide
269         macro.
270         (ChooseColorA, ChooseColorW): Hide.
271         * include/shellapi.h (SHLoadBIBitmap): Declare.
272         * include/winbase.h (_SYSTEM_POWER_STATUS, _SYSTEM_POWER_STATUS)
273         (LPSYSTEM_POWER_STATUS, GetSystemPowerStatus): Hide.
274         * include/winuser.h (EnumDisplaySettings, EnumDisplayDevices): New
275         declarations, and hide macros.
276         (EnumDisplaySettingsA, EnumDisplaySettingsW)
277         (EnumDisplaySettingsExA, EnumDisplaySettingsExW)
278         (EnumDisplayDevicesA, EnumDisplayDevicesW): Hide.
279         (TrackPopupMenu): Define in terms of TrackPopupMenuEx.
281 2007-09-19  Danny Backx  <dannybackx@users.sourceforge.net>
283         * include/service.h (ServiceAddPort): Fix type of szRegWritePath
284         parameter, MSDN is wrong.
285         * include/service.h: Use 400, not 0x0400 to conditionally compile.
287 2007-08-09  Danny Backx  <dannybackx@users.sourceforge.net>
289         * include/service.h (SERVICE_STATE_OFF, SERVICE_STATE_ON)
290         (SERVICE_STATE_STARTING_UP, SERVICE_STATE_SHUTTING_DOWN)
291         (SERVICE_STATE_UNLOADING, SERVICE_STATE_UNINITIALIZED)
292         (SERVICE_STATE_UNKNOWN): Define values for dwServiceState field.
294 2007-08-09  Danny Backx  <dannybackx@users.sourceforge.net>
296         * include/service.h: New file. Declares functions and a structure as
297         documented on MSDN. Used only on CE > 4.
298         * include/service.h (ServiceEnumInfo): New struct.
300         * include/service.h (RegisterService, ActivateService)
301         (DeregisterService, EnumServices, GetServiceHandle)
302         (ServiceAddPort, ServiceClosePort, ServiceIoControl)
303         (ServiceUnbindPorts): New functions.
305 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
307         * include/aygshell.h (SHIDIM_FLAGS, SHIDIF_DONEBUTTON)
308         (SHIDIF_SIZEDLG, SHIDIF_SIZEDLGFULLSCREEN, SHIDIF_SIPDOWN)
309         (SHIDIF_FULLSCREENNOMENUBAR, SHIDIF_EMPTYMENU): New defines.
310         (SHINITDLGINFO): New struct.
311         (SHInitDialog): New function.
313 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
315         * include/sipapi.h: New file.
316         * include/aygshell.h (SIPINFO): Moved to new sipapi.h.
318 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
320         * include/winbase.h (GetCharABCWidths): Remove the W suffix on
321         WinCE.
323 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
325         * include/winbase.h (LocalFlags, LocalHandle, LocalLock)
326         (LocalUnlock): Define for WinCE.
327         
328 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
330         * include/winbase.h (LocalLock):
331         Change return type to LPVOID as per MSDN.
333 2007-08-01  Pedro Alves  <pedro_alves@portugalmail.pt>
335         * include/commdlg.h (PrintDlg): Remove the W suffix on WinCE.
336         * include/shellapi.h (ShellExecuteEx, ShellGetFileInfo): Likewise.
338 2007-08-01  Steven Hicks  <crashoverride025@gmail.com>
340         * include/winbase.h (DeregisterDevice, RegisterDevice): Declare.
342 2007-06-10  Pedro Alves  <pedro_alves@portugalmail.pt>
344         * include/winbase.h (ActivateDevice, ActivateDeviceEx)
345         (DeactivateDevice): Declare.
346         * include/devload.h: New file.
348 2007-05-31  Carsten Sørensen  <surfsmurf@rift.dk>
350         * include/winuser.h (SYSTEM_COLOR_BASE_OFFSET): Define.
351         (COLOR_3DDKSHADOW, COLOR_3DFACE, COLOR_3DHILIGHT)
352         (COLOR_3DHIGHLIGHT, COLOR_3DLIGHT, COLOR_BTNHILIGHT)
353         (COLOR_3DSHADOW, COLOR_ACTIVEBORDER, COLOR_ACTIVECAPTION,
354         (COLOR_APPWORKSPACE, COLOR_BACKGROUND, COLOR_DESKTOP)
355         (COLOR_BTNFACE, COLOR_BTNHIGHLIGHT, COLOR_BTNSHADOW)
356         (COLOR_BTNTEXT, COLOR_CAPTIONTEXT, COLOR_GRAYTEXT)
357         (COLOR_HIGHLIGHT, COLOR_HIGHLIGHTTEXT, COLOR_INACTIVEBORDER,
358         (COLOR_INACTIVECAPTION, COLOR_INACTIVECAPTIONTEXT, COLOR_INFOBK)
359         (COLOR_INFOTEXT, COLOR_MENU, COLOR_MENUTEXT, COLOR_SCROLLBAR)
360         (COLOR_WINDOW, COLOR_WINDOWFRAME, COLOR_WINDOWTEXT)
361         (COLOR_HOTLIGHT, COLOR_GRADIENTACTIVECAPTION)
362         (COLOR_GRADIENTINACTIVECAPTION): Add SYSTEM_COLOR_BASE_OFFSET.
364 2007-05-31  Carsten Sørensen  <surfsmurf@rift.dk>
366         * include/commctrl.h (tagREBARBANDINFOA, tagREBARBANDINFOW)
367         [_WIN32_WCE]: Hide cxHeader field.
368         (CMDBAR_HELP, CMDBAR_OK): Define.
369         (tagCOMMANDBANDSRESTOREINFO, COMMANDBANDSRESTOREINFO,
370         LPCOMMANDBANDSRESTOREINFO): Define.
371         (CommandBands_AddAdornments, CommandBands_AddBands,
372         CommandBands_Create, CommandBands_GetCommandBar,
373         CommandBands_GetRestoreInformation, CommandBands_Show): Define.
375 2007-05-31  Pedro Alves  <pedro_alves@portugalmail.pt>
377         * include/commctrl.h: Formatting fixes.
378         (CommandBar_InsertButton): Change return type to BOOL.
379         (CommandBar_Destroy): Change return type to void.
381 2007-05-30  Pedro Alves  <pedro_alves@portugalmail.pt>
383         * include/mmsystem.h (waveOutGetDevCapsW, waveOutGetErrorTextW)
384         (waveInGetDevCapsW, waveInGetErrorTextW, mixerGetDevCapsW)
385         (mixerGetLineInfoW, mixerGetLineControlsW)
386         (mixerGetControlDetailsW) [_WIN32_WCE]: Define as waveOutGetDevCaps,
387         waveOutGetErrorText, waveInGetDevCaps, waveInGetErrorText,
388         mixerGetDevCaps, mixerGetLineInfo, mixerGetLineControls and
389         mixerGetControlDetails.
391         (waveOutGetDevCaps, waveOutGetErrorText, waveInGetDevCaps)
392         (waveInGetErrorText, mixerGetDevCaps, mixerGetLineInfo)
393         (mixerGetLineControls, mixerGetControlDetails) [_WIN32_WCE]: Don't
394         map to the W counterparts.
396 2007-03-26  Pedro Alves  <pedro_alves@portugalmail.pt>
397         
398         * libce/coredll.def: Add 'keep in sync' warning.
400 2007-03-26  Pedro Alves  <pedro_alves@portugalmail.pt>
402         * include/winuser.h (WS_EX_CAPTIONOKBTN): Define.
403         * include/winbase.h (GlobalAlloc, GlobalFree)
404         (GlobalReAlloc, GlobalHandle, GlobalLock)
405         (GlobalUnlock, GlobalSize, GlobalFlags): Map to
406         LocalAlloc, LocalFree, LocalReAlloc,
407         LocalHandle, LocalLock, LocalUnlock,
408         LocalSize and LocalFlags respectivelly.
410 2007-02-26  Pedro Alves  <pedro_alves@portugalmail.pt>
412         * include/winbase.h (DETACHED_PROCESS): Hide.
413         (CREATE_NEW_PROCESS_GROUP): Hide.
414         (CREATE_UNICODE_ENVIRONMENT): Hide.
416 2007-02-05  Pedro Alves  <pedro_alves@portugalmail.pt>
418         * libce/Makefile.in: Fix order for 'all' rule.
420 2007-02-05  Pedro Alves  <pedro_alves@portugalmail.pt>
422         Update from upstream.  Note: Upstream version is now 3.8.
423         * configure: Regenerate.
425 2007-02-04  Pedro Alves  <pedro_alves@portugalmail.pt>
427         * libce/Makefile.in (inst_includedir, inst_libdir): Set them
428         correctly for *wince* cases.
430 2007-02-01  Nuno Lucas  <ntlucas@gmail.com>
432         * include/todaycmn.h: Create this file based on MSDN documentation
433         http://msdn2.microsoft.com/en-us/library/aa454291.aspx
435 2007-01-31  Nuno Lucas  <ntlucas@gmail.com>
437         * include/winuser.h: Define MsgWaitForMultipleObjects as a macro that
438         calls MsgWaitForMultipleObjectsEx as described on MSDN.
439         * include/wingdi.h  Define only the right function GetCharWidth32
440         for Windows CE, not its similarly named friends.
442 2006-12-18  Pedro Alves  <pedro_alves@portugalmail.pt>
444         * include/winnt.h (_M_ARM, ARM): Remove.
445         * include/windows.h (_M_ARM, ARM): Likewise.
447 2006-12-18  Pedro Alves  <pedro_alves@portugalmail.pt>
449         * libce: New subdir.
450         (libce/CellCore.def, libce/Makefile.in, libce/VBarCall.def)
451         (libce/VoiceCtl.def, libce/WAP.def, libce/ativscp-uuid.c)
452         (libce/authhlp.def, libce/aygshell.def, libce/btd.def)
453         (libce/bthguid.def, libce/bthlink.def, libce/bthutil.def)
454         (libce/cecap.def, libce/cemapi.def, libce/ceosutil.def)
455         (libce/ceshell.def, libce/cguid-uuid.c, libce/comcat-uuid.c)
456         (libce/commctrl.def, libce/commdlg.def, libce/conncfg.def)
457         (libce/coredll.def, libce/crypt32.def, libce/cxport.def)
458         (libce/devguid.c, libce/dmoguids.def, libce/doclist.def)
459         (libce/docobj-uuid.c, libce/exdisp-uuid.c, libce/extras-uuid.c)
460         (libce/grognard.def, libce/gx.def, libce/hlguids-uuid.c)
461         (libce/hlink-uuid.c, libce/htmlview.def, libce/httpd.def)
462         (libce/icmplib.def, libce/imaging.def, libce/imgdecmp.def)
463         (libce/inkx.def, libce/iphlpapi.def, libce/largeint.c)
464         (libce/mlang-uuid.c, libce/mmtimer.def, libce/mqoa.def)
465         (libce/msdmo.def, libce/mshtml-uuid.c, libce/msmqrt.def)
466         (libce/msscript.def, libce/msxml-uuid.c, libce/msxml.def)
467         (libce/msxmlguid.def, libce/ndis.def, libce/note_prj.def)
468         (libce/ntcompat.def, libce/oaidl-uuid.c, libce/objidl-uuid.c)
469         (libce/objsafe-uuid.c, libce/ocidl-uuid.c, libce/ole32.def)
470         (libce/oleacc-uuid.c, libce/oleaut32.def, libce/olectlid-uuid.c)
471         (libce/oleidl-uuid.c, libce/phone.def, libce/pimstore.def)
472         (libce/pndtapi.def, libce/pushprxy.def, libce/res.rc)
473         (libce/richink.def, libce/secur32.def, libce/servprov-uuid.c)
474         (libce/shell32.c, libce/sms.def, libce/strmiids.def, libce/test.c)
475         (libce/toolhelp.def, libce/unknwn-uuid.c, libce/urlmon-uuid.c)
476         (libce/urlmon.def, libce/webview.def, libce/wininet.def)
477         (libce/winsock.def, libce/wmlview.def, libce/ws2.def)
478         (libce/ws2_32.c, libce/wsp.def, libce/wvuuid.def): New files.
479         * Makefile.in: Get/Pass some more vars. Build libce/ on wince.
480         * aclocal.m4 (LIB_AC_PROG_CC_GNU, LIB_AC_PROG_CC)
481         (LIB_AC_PROG_CXX): Define.
482         * configure.in: Use LIB_AC_PROG_CC instead of AC_CHECK_TOOL.
483         Output libce/Makefile. 
484         * configure: Regenerate.
486 2006-12-02  Kevin O'Connor  <kevin@koconnor.net>
488         * include/winbase.h: Add SYSTEM_POWER_STATUS_EX structure.
489         Add GetSystemPowerStatusEx function definition.
491 2006-11-28  Danny Backx  <dannybackx@users.sourceforge.net>
493         * include/aygshell.h (IDM_SHAREDNEW, IDM_SHAREDNEWDEFAULT): Define.
495         * include/aygshell.h (NOMENU): Define.
497         * include/aygshell.h (IDS_SH*): Define, values from the Boling book.
499 2006-11-26  Kevin O'Connor  <kevin@koconnor.net>
501         * include/winbase.h: Add SYSTEM_POWER_STATUS_EX2 structure.
502         Add GetSystemPowerStatusEx2 function definition.
504 2006-11-26  Kevin O'Connor  <kevin@koconnor.net>
506         * include/tlhelp32.h (MODULEENTRY32): szModule is of MAX_PATH
507         size on CE.
509         * include/tlhelp32.h: define TH32CS_GETALLMODS.
511 2006-11-26  Danny Backx  <dannybackx@users.sourceforge.net>
513         * include/aygshell.h (SHRGINFO, SHRecognizeGesture): Define.
515 2006-11-22  Danny Backx  <dannybackx@users.sourceforge.net>
517         * include/commdlg.h (CHOOSECOLOR): Fix type of hInstance field as
518         described in http://msdn2.microsoft.com/en-us/library/ms959872.aspx .
519         This field appears to have an inconsistent type definition in other
520         versions of Windows.
522 2006-11-19  Kevin O'Connor  <kevin@koconnor.net>
524         * include/tlhelp32.h (PROCESSENTRY32, THREADENTRY32)
525         (MODULEENTRY32): Update fields.
527 2006-11-18  Danny Backx  <dannybackx@users.sourceforge.net>
529         * include/winbase.h (lstrcpy): Fix typo.
531 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
533         * include/winuser.h (GetSystemMenu): Implement as macro.
535 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
537         * include/winuser.h (DrawIcon): Implement in terms of DrawIconEx.
539 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
541         * include/wingdi.h (GetTextExtentPoint32, GetTextExtentPointW):
542         Implement in terms of GetTextExtentExPointW.
544 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
546         * include/shlobj.h (SHGetSpecialFolderPath): In Windows CE it is
547         declared ...
548         * include/shellapi.h (SHGetSpecialFolderPath): ... here.
549         (SHGetShortcutTarget, SHCreateShortcut): Declare.
551 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
553         * include/winnt.h (GetCurrentFiber, GetFiberData,
554         GetCurrentFiber, GetFiberData, NtCurrentTeb): There is no Fiber
555         support in Windows CE. Hide the functions.
557 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
559         * include/commctrl.h (IMAGELISTDRAWPARAMS): There are no fState,
560         Frame or crEffect members in CE version.
561         (ImageList_Duplicate, ImageList_SetImageCount, ImageList_Copy,
562         ImageList_DrawIndirect): Enable on Windows CE >= 2.
563         
564 2006-11-12  Kevin O'Connor  <kevin@koconnor.net>
566         * include/winuser.h (SPI_GETOEMINFO, SPI_GETPLATFORMTYPE): Define.
568 2006-11-12  Kevin O'Connor  <kevin@koconnor.net>
570         * include/tlhelp32.h (CloseToolhelp32Snapshot): Define.
571         CE's Toolhelp functions/structures although wide, don't take the
572         W suffix. Adapt.
573         * include/winnt.h (PAGE_PHYSICAL): Define.
574         * include/winbase.h (GetStoreInformation, CeSetThreadQuantum,
575         LockResource): Define.
576         * include/winuser.h (CheckDlgButton): Define in terms of
577         SendDlgItemMessage.
578         (CreateDialogParamW): Define using CreateDialogIndirectParamW.
580 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
582         * include/winnt.h (_M_ARM, ARM): Translate from gcc target defines.
583         * include/windows.h (_M_ARM, ARM): Likewise.
585 2006-11-11  Danny Backx <dannybackx@users.sourceforge.net>
587         * include/aygshell.h (WC_SIPPREF): Define.
588         * include/todaycmn.h: Clear the contents of this file,
589         it was tainted. We must do clean work to create a file
590         such as this one, so I'm leaving the (empty) file as a placeholder.
592 2006-11-06  Pedro Alves  <pedro_alves@portugalmail.pt>
594         * include/commctrl.h (LVCF_IMAGE, LVCF_ORDER): Also declare on
595         Windows CE >= 2.
596         (LVCOLUMNW): Use the version with iImage and iOrder
597         on Windows CE >= 2.
599 2006-11-02  Kevin O'Connor  <kevin@koconnor.net>
601         * include/winuser.h (DialogBoxParamW): Implement on terms of
602         DialogBoxIndirectParamW.
604 2006-11-01  Danny Backx  <dannybackx@users.sourceforge.net>
606         * include/todaycmn.h: Add file.
608 2006-11-01  Danny Backx  <dannybackx@users.sourceforge.net>
610         * include/winbase.h (lstrcpy, lstrcat, lstrlen): Add includes
611         to define these.
613 2006-10-29  Danny Backx  <dannybackx@users.sourceforge.net>
615         * include/winuser.h (WS_EX_NODRAG): Define.
617 2006-10-16  Pedro Alves  <pedro_alves@portugalmail.pt>
619         * include/kfuncs.h (EventModify): Declare.
620         (TlsCall): Add WINBASEAPI and WINAPI to declaration.
622 Local Variables:
623 mode: change-log
624 left-margin: 8
625 fill-column: 74
626 version-control: never
627 End: