Add files contributed by Vincent R
[cegcc.git] / cegcc / src / w32api / ChangeLog.ce
blobd58a5be49174446f1e6ce38c0556240db2138d9e
1 2009-06-11  Vincent Richomme  <forumer@smartmobili.com>
3         * include/mapidefs.h, include/pimstore.h : New files.
5 2009-06-06  Danny Backx  <dannybackx@users.sourceforge.net>
7         * include/winbase.h (ExitProcess) : Change type of parameter to UINT.
8         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION) : Define with
9         the value found on MSDN.
11 2009-05-29  Danny Backx  <dannybackx@users.sourceforge.net>
12         
13         * include/winnt.h (DLL_PROCESS_EXITING, DLL_SYSTEM_STARTED,
14         FILE_ATTRIBUTE_ROMMODULE, FILE_ATTRIBUTE_INROM) : Define.
15         * include/dbgapi.h : New file.
16         * include/dbgapi (DEBUGREGISTER, RETAILREGISTERZONES, DEBUGCHK,
17         RETAILMSG, ASSERT) : Define.
18         * include/windows.h (dbgapi.h) : Include.
20 2009-05-27  Stefan Klug  <Klug.Stefan@gmx.de>
22         * include/winuser.h : Define the right GetProp function, this was
23         omitted in the 2009-04-28 fix.
25 2009-05-22  Danny Backx  <dannybackx@users.sourceforge.net>
27         * include/winsock2.h (DSCP_TRAFFIC_TYPE) : Add typedef for enum.
28         * include/winsock2.h (AF_BT) : Add, copy of AF_BTH.
29         * include/ws2tcpip.h : Define some macros using "old" winsock 1.1
30         values for CE.
32 2009-05-18  Danny Backx  <dannybackx@users.sourceforge.net>
34         * include/winbase.h (CRITICAL_SECTION) : Define differently for CE.
35         * include/winbase.h (ExitProcess) : Define as an inline function, not
36         a macro.
38 2009-05-15  Pierre Ynard  <linkfanel@yahoo.fr>
40         * include/kfuncs.h (ResetEvent, SetEvent) : Fix definitions that got
41         mixed up in recent commit.
43 2009-05-13  Danny Backx  <dannybackx@users.sourceforge.net>
45         * include/kfuncs.h (PUserKData) : Define as different values for
46         ARM and other processors. Add references to websites that have this
47         information.
49 2009-04-28  Danny Backx  <dannybackx@users.sourceforge.net>
51         * include/winuser.h(GetMenu) : Remove for CE.
52         * include/winuser.h(SetProp*,GetProp*,RemoveProp*) : Define only the
53         right ones for CE, see bug #2328033.
55 2009-04-28  Ryan Raasch  <ryan.raasch@gmail.com>
57         * include/strmif.h (IEnumPins, IEnumMediaTypes) : Define.
59 2009-04-20  Johnny Willemsen <jwillemsen@remedy.nl>
61         * include/winbase.h (CeSetThreadPriority, CeGetThreadPriority) :
62         Declare.
64 2009-04-15  Danny Backx  <dannybackx@users.sourceforge.net>
66         * include/winbase.h : Include inlined functions only from one file.
68 2009-04-11  Danny Backx  <dannybackx@users.sourceforge.net>
70         * include/windefs.h, include/kfuncs.h : change inlined functions to
71         static, include them only from one file.
73 2009-04-10  Marcel Smit  <msmit@remedy.nl>
75         * include/cegcc.h.in (__CEGCC_VERSION__) : Add backslashes at the end
76         of lines to allow line continuation.
77         * include/kfuncs.h (TlsAlloc, TlsFree, PulseEvent, ResetEvent,
78         SetEvent, GetCurrentThread, GetCurrentProcess, GetCurrentThreadId,
79         GetCurrentProcessId) : Change them from macros to inline functions.
81 2009-02-07  Pedro Alves  <pedroalves@users.sourceforge.net>
83         Merge from upstream.  Now at 3.12.
85 2009-02-01  Ryan Raasch  <ryan.raasch@gmail.com>
87         * libce/directx/strmiids.c : New file, copy from src/lib/directx.
88         * include/bdatypes.h, include/dshow.h, include/strmif.h : Make the
89         UUIDs extern so executables can link.
91 2009-01-28  Ryan Raasch  <ryan.raasch@gmail.com>
93         * libce/coredll.def, include/winbase.h : Add various definitions to
94         support EnumDeviceInterfaces, EnumDevices, FindFirstDevice,
95         FindNextDevice, GetDeviceInformationByDeviceHandle,
96         GetDeviceInformationByFileHandle.
98 2009-01-27  Danny Backx  <dannybackx@users.sourceforge.net>
100         * include/winsock.h, include/winsock2.h: Add various macros to define
101         constants used for Bluetooth.
103 2009-01-25  Danny Backx  <dannybackx@users.sourceforge.net>
105         * include/pm.h: Merge with version submitted by Lars Munch.
106         * include/winbase.h: Move SetSystemPowerState to pm.h for CE.
108 2009-01-11  Danny Backx  <dannybackx@users.sourceforge.net>
110         * include/pm.h, include/msgqueue.h: Add.
112 2008-10-07  Pedro Alves  <pedroalves@users.sourceforge.net>
114         * include/secext.h (EXTENDED_NAME_FORMAT): Allow on _WIN32_WCE >=
115         0x400.  Add NameWindowsCeLocal on CE and hide NameDnsDomain.
117 2008-10-05  Pedro Alves  <pedroalves@users.sourceforge.net>
119         * include/shellapi.h (SHCreateShortcut): Change return type to
120         DWORD.
121         (SHCreateShortcutEx): Declare.
123 2008-09-25  Pedro Alves  <pedroalves@users.sourceforge.net>
125         * libce/Makefile.in (inst_includedir, inst_libdir) [!cegcc]:
126         Unbreak mingw32ce.
128 2008-09-24  Pedro Alves  <pedroalves@users.sourceforge.net>
130         * config.sub: Add support for cegcc.
131         * libce/Makefile.in (inst_includedir, inst_libdir) [cegcc]: Set to
132         a w32api subdir.
133         (EXTRA_INCLUDES) [cegcc]: Point at newlib headers.
135 2008-09-04  Danny Backx  <dannybackx@users.sourceforge.net>
137         * include/winbase.h: Fix SetSystemPowerState as indicated by Klaus
138         Rechert.
140 2008-06-20  Eric House  <eehouse@eehouse.org>
142         * libce/aygshell.def (SHSendBackToFocusWindow): Define.
143         * include/aygshell.h (SHSendBackToFocusWindow): Declare.
144         (SHMBOF_NODEFAULT, SHMBOF_NOTIFY, SHCMBM_OVERRIDEKEY, VK_TBACK):
145         Define.
147 2008-06-20  Danny Backx  <dannybackx@users.sourceforge.net>
149         * include/aygshell.h: Include prsht.h.
151 2008-06-20  Eric House <eehouse@eehouse.org>
153         * cegcc/importlibs/defs/aygshell.def, w32api/include/aygshell.h,
154         w32api/libce/aygshell.def (SHSendBackToFocusWindow, SHMBOF_NODEFAULT,
155         SHMBOF_NOTIFY, SHCMBM_OVERRIDEKEY, VK_TBACK) : Define.
157 2008-05-22  Danny Backx  <dannybackx@users.sourceforge.net>
159         * include/projects.h: Add.
161 2008-04-13  Danny Backx  <dannybackx@users.sourceforge.net>
162         * include/commctrl.h (CommandBar_AddButtons): Change from a
163         function definition into a macro.
164         * include/prsht.h (PSH_MAXIMIZE): Define.
165         * include/winioctl.h (FILE_DEVICE_HAL, FILE_DEVICE_SERVICE,
166         IOCTL_SERVICE_START, IOCTL_SERVICE_STOP, IOCTL_SERVICE_STATUS,
167         IOCTL_SERVICE_CONNECTION): Define.
170 2008-04-13  Danny Backx  <dannybackx@users.sourceforge.net>
172         * include/winuser.h (SystemIdleTimerReset): Define.
174 2008-04-13  Danny Backx  <dannybackx@users.sourceforge.net>
176         * include/notify.h: Add.
177         * include/aygshell.h (SHSetAppKeyWndAssoc): Define.
178         * include/commctrl.h (CommandBar_AddButtons): Define.
180 2008-04-13  Danny Backx  <dannybackx@users.sourceforge.net>
182         * include/aygshell.h: Add <sipapi.h> include.
184 2008-02-21  Danny Backx  <dannybackx@users.sourceforge.net>
186         * include/winnt.h (VER_PLATFORM_WIN32_CE): Define.
188 2008-02-17  Danny Backx  <dannybackx@users.sourceforge.net>
190         * include/aygshell.h (SHInitExtraControls): Move into the extern "C"
191         construction.
192         * include/aygshell.h (SHDoneButton, WS_NONAVDONEBUTTON, SHDB_SHOW,
193         SHDB_HIDE): Define.
195 2008-01-09  Danny Backx  <dannybackx@users.sourceforge.net>
197         * include/aygshell.h (SIPINFO): Remove, this was a duplicate.
199 2008-01-06  Danny Backx  <dannybackx@users.sourceforge.net>
201         * include/aygshell.h (SIPSTATE,SHSipPreference): Define.
202         * include/aygshell.h (SIPINFO): Define.
203         * include/aygshell.h (SHCMBM_GETSUBMENU,SETSUBMENU): Define.
205 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
207         * configure.in (SUBDIRS): Set depending on $host_alias instead of
208         on $host.
209         * Makefile.in: Capture $build_alias, $host_alias, $target_alias
210         verbatim from config.  Capture $build, $host, $target from config.
211         Set $tooldir using $host_alias, not $target_alias.
212         * libce/Makefile.in: Get $build, $build_alias, $host, $host_alias,
213         $target and $target_alias from config.  Use $build, $host, $target
214         instead of the aliases to detect a native build.  Use $host_alias
215         instead of $target_alias to set the $tooldir.
216         * configure: Regenerate.
218 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
220         * configure.in (SUBDIRS): Set depending on host, and pass it to
221         the Makefile.
222         * Makefile.in (SUBDIRS): Get from configure.
223         * libce/Makefile.in: Hardcode CE conditions.
224         * configure: Regenerate.
226 2007-12-21  Pavel Chernikov  <pchernik@gmail.com>
228         * include/winuser.h (VK_APP1, VK_APP2, VK_APP3, VK_APP4)
229         (VK_APP5, VK_APP6): Define.
231 2007-12-07  Danny Backx  <dannybackx@users.sourceforge.net>
233         * include/icmpapi.h: Add new file.
235 2007-12-01  Danny Backx  <dannybackx@users.sourceforge.net>
237         * include/aygshell.h: Add SHInitExtraControls.
239 2007-11-29  Danny Backx  <dannybackx@users.sourceforge.net>
241         * include/cegcc.h.in: Add file to provide version tracking macros.
243 2007-11-25  Pedro Alves  <pedro_alves@portugalmail.pt>
244             Danny Backx  <dannybackx@users.sourceforge.net>
246         * libce/icmplib.def: Remove proxy for icmplib, MSDN says it's a
247         static library only.
249 2007-11-16  Danny Backx  <dannybackx@users.sourceforge.net>
251         * include/shlwapi.h (PathCombine): Define without W or A suffix
252         for Windows CE.
254 2007-11-15  Jacek M. Holeczek <holeczek@us.edu.pl>
256         * include/aygshell.h (SHLoadImageFile, SHLoadImageResource):
257         Define.
258         * include/sipapi.h (SipShowIM, SipGetCurrentIM, SipSetCurrentIM):
259         Define.
261 2007-11-15  Danny Backx  <dannybackx@users.sourceforge.net>
263         * include/aygshell.h (SHCMBM_GETSUBMENU): Define.
265 2007-11-14  Matthew Kille  <matt@amiga.com>
267         * include/winbase.h (THREAD_PRIORITY_TIME_CRITICAL)
268         (THREAD_PRIORITY_HIGHEST, THREAD_PRIORITY_ABOVE_NORMAL)
269         (THREAD_PRIORITY_NORMAL, THREAD_PRIORITY_BELOW_NORMAL)
270         (THREAD_PRIORITY_LOWEST, THREAD_PRIORITY_IDLE): Correct values for
271         Windows CE.
272         (THREAD_PRIORITY_ABOVE_IDLE): Define.
274 2007-10-20  Jacek M. Holeczek <holeczek@us.edu.pl>
276         * include/winuser.h (ChangeDisplaySettings): Define differently
277         for CE than for other Windows versions.
278         * include/shellapi.h (ShellExecuteEx, ShellExecute): Define only
279         those functions that exist in the CE API.
280         * include/wingdi.h (struct _devicemodeW, DEVMODEW, LPDEVMODEW)
281         (PDEVMODEW): Define this structure, the typedefs, and the
282         constants it requires differently for Windows CE than for other
283         Windows platforms.
285 2007-10-20  Danny Backx  <dannybackx@users.sourceforge.net>
287         * include/winuser.h (IsDlgButtonChecked): Change to a macro for
288         Windows CE.
290 2007-10-16  Erik van Pienbroek  <erik@vanpienbroek.nl>
292         * include/commdlg.h (ChooseColor): New declaration, and hide
293         macro.
294         (ChooseColorA, ChooseColorW): Hide.
295         * include/shellapi.h (SHLoadBIBitmap): Declare.
296         * include/winbase.h (_SYSTEM_POWER_STATUS, _SYSTEM_POWER_STATUS)
297         (LPSYSTEM_POWER_STATUS, GetSystemPowerStatus): Hide.
298         * include/winuser.h (EnumDisplaySettings, EnumDisplayDevices): New
299         declarations, and hide macros.
300         (EnumDisplaySettingsA, EnumDisplaySettingsW)
301         (EnumDisplaySettingsExA, EnumDisplaySettingsExW)
302         (EnumDisplayDevicesA, EnumDisplayDevicesW): Hide.
303         (TrackPopupMenu): Define in terms of TrackPopupMenuEx.
305 2007-09-19  Danny Backx  <dannybackx@users.sourceforge.net>
307         * include/service.h (ServiceAddPort): Fix type of szRegWritePath
308         parameter, MSDN is wrong.
309         * include/service.h: Use 400, not 0x0400 to conditionally compile.
311 2007-08-09  Danny Backx  <dannybackx@users.sourceforge.net>
313         * include/service.h (SERVICE_STATE_OFF, SERVICE_STATE_ON)
314         (SERVICE_STATE_STARTING_UP, SERVICE_STATE_SHUTTING_DOWN)
315         (SERVICE_STATE_UNLOADING, SERVICE_STATE_UNINITIALIZED)
316         (SERVICE_STATE_UNKNOWN): Define values for dwServiceState field.
318 2007-08-09  Danny Backx  <dannybackx@users.sourceforge.net>
320         * include/service.h: New file. Declares functions and a structure as
321         documented on MSDN. Used only on CE > 4.
322         * include/service.h (ServiceEnumInfo): New struct.
324         * include/service.h (RegisterService, ActivateService)
325         (DeregisterService, EnumServices, GetServiceHandle)
326         (ServiceAddPort, ServiceClosePort, ServiceIoControl)
327         (ServiceUnbindPorts): New functions.
329 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
331         * include/aygshell.h (SHIDIM_FLAGS, SHIDIF_DONEBUTTON)
332         (SHIDIF_SIZEDLG, SHIDIF_SIZEDLGFULLSCREEN, SHIDIF_SIPDOWN)
333         (SHIDIF_FULLSCREENNOMENUBAR, SHIDIF_EMPTYMENU): New defines.
334         (SHINITDLGINFO): New struct.
335         (SHInitDialog): New function.
337 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
339         * include/sipapi.h: New file.
340         * include/aygshell.h (SIPINFO): Moved to new sipapi.h.
342 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
344         * include/winbase.h (GetCharABCWidths): Remove the W suffix on
345         WinCE.
347 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
349         * include/winbase.h (LocalFlags, LocalHandle, LocalLock)
350         (LocalUnlock): Define for WinCE.
351         
352 2007-08-06  Pedro Alves  <pedro_alves@portugalmail.pt>
354         * include/winbase.h (LocalLock):
355         Change return type to LPVOID as per MSDN.
357 2007-08-01  Pedro Alves  <pedro_alves@portugalmail.pt>
359         * include/commdlg.h (PrintDlg): Remove the W suffix on WinCE.
360         * include/shellapi.h (ShellExecuteEx, ShellGetFileInfo): Likewise.
362 2007-08-01  Steven Hicks  <crashoverride025@gmail.com>
364         * include/winbase.h (DeregisterDevice, RegisterDevice): Declare.
366 2007-06-10  Pedro Alves  <pedro_alves@portugalmail.pt>
368         * include/winbase.h (ActivateDevice, ActivateDeviceEx)
369         (DeactivateDevice): Declare.
370         * include/devload.h: New file.
372 2007-05-31  Carsten Sørensen  <surfsmurf@rift.dk>
374         * include/winuser.h (SYSTEM_COLOR_BASE_OFFSET): Define.
375         (COLOR_3DDKSHADOW, COLOR_3DFACE, COLOR_3DHILIGHT)
376         (COLOR_3DHIGHLIGHT, COLOR_3DLIGHT, COLOR_BTNHILIGHT)
377         (COLOR_3DSHADOW, COLOR_ACTIVEBORDER, COLOR_ACTIVECAPTION,
378         (COLOR_APPWORKSPACE, COLOR_BACKGROUND, COLOR_DESKTOP)
379         (COLOR_BTNFACE, COLOR_BTNHIGHLIGHT, COLOR_BTNSHADOW)
380         (COLOR_BTNTEXT, COLOR_CAPTIONTEXT, COLOR_GRAYTEXT)
381         (COLOR_HIGHLIGHT, COLOR_HIGHLIGHTTEXT, COLOR_INACTIVEBORDER,
382         (COLOR_INACTIVECAPTION, COLOR_INACTIVECAPTIONTEXT, COLOR_INFOBK)
383         (COLOR_INFOTEXT, COLOR_MENU, COLOR_MENUTEXT, COLOR_SCROLLBAR)
384         (COLOR_WINDOW, COLOR_WINDOWFRAME, COLOR_WINDOWTEXT)
385         (COLOR_HOTLIGHT, COLOR_GRADIENTACTIVECAPTION)
386         (COLOR_GRADIENTINACTIVECAPTION): Add SYSTEM_COLOR_BASE_OFFSET.
388 2007-05-31  Carsten Sørensen  <surfsmurf@rift.dk>
390         * include/commctrl.h (tagREBARBANDINFOA, tagREBARBANDINFOW)
391         [_WIN32_WCE]: Hide cxHeader field.
392         (CMDBAR_HELP, CMDBAR_OK): Define.
393         (tagCOMMANDBANDSRESTOREINFO, COMMANDBANDSRESTOREINFO,
394         LPCOMMANDBANDSRESTOREINFO): Define.
395         (CommandBands_AddAdornments, CommandBands_AddBands,
396         CommandBands_Create, CommandBands_GetCommandBar,
397         CommandBands_GetRestoreInformation, CommandBands_Show): Define.
399 2007-05-31  Pedro Alves  <pedro_alves@portugalmail.pt>
401         * include/commctrl.h: Formatting fixes.
402         (CommandBar_InsertButton): Change return type to BOOL.
403         (CommandBar_Destroy): Change return type to void.
405 2007-05-30  Pedro Alves  <pedro_alves@portugalmail.pt>
407         * include/mmsystem.h (waveOutGetDevCapsW, waveOutGetErrorTextW)
408         (waveInGetDevCapsW, waveInGetErrorTextW, mixerGetDevCapsW)
409         (mixerGetLineInfoW, mixerGetLineControlsW)
410         (mixerGetControlDetailsW) [_WIN32_WCE]: Define as waveOutGetDevCaps,
411         waveOutGetErrorText, waveInGetDevCaps, waveInGetErrorText,
412         mixerGetDevCaps, mixerGetLineInfo, mixerGetLineControls and
413         mixerGetControlDetails.
415         (waveOutGetDevCaps, waveOutGetErrorText, waveInGetDevCaps)
416         (waveInGetErrorText, mixerGetDevCaps, mixerGetLineInfo)
417         (mixerGetLineControls, mixerGetControlDetails) [_WIN32_WCE]: Don't
418         map to the W counterparts.
420 2007-03-26  Pedro Alves  <pedro_alves@portugalmail.pt>
421         
422         * libce/coredll.def: Add 'keep in sync' warning.
424 2007-03-26  Pedro Alves  <pedro_alves@portugalmail.pt>
426         * include/winuser.h (WS_EX_CAPTIONOKBTN): Define.
427         * include/winbase.h (GlobalAlloc, GlobalFree)
428         (GlobalReAlloc, GlobalHandle, GlobalLock)
429         (GlobalUnlock, GlobalSize, GlobalFlags): Map to
430         LocalAlloc, LocalFree, LocalReAlloc,
431         LocalHandle, LocalLock, LocalUnlock,
432         LocalSize and LocalFlags respectivelly.
434 2007-02-26  Pedro Alves  <pedro_alves@portugalmail.pt>
436         * include/winbase.h (DETACHED_PROCESS): Hide.
437         (CREATE_NEW_PROCESS_GROUP): Hide.
438         (CREATE_UNICODE_ENVIRONMENT): Hide.
440 2007-02-05  Pedro Alves  <pedro_alves@portugalmail.pt>
442         * libce/Makefile.in: Fix order for 'all' rule.
444 2007-02-05  Pedro Alves  <pedro_alves@portugalmail.pt>
446         Update from upstream.  Note: Upstream version is now 3.8.
447         * configure: Regenerate.
449 2007-02-04  Pedro Alves  <pedro_alves@portugalmail.pt>
451         * libce/Makefile.in (inst_includedir, inst_libdir): Set them
452         correctly for *wince* cases.
454 2007-02-01  Nuno Lucas  <ntlucas@gmail.com>
456         * include/todaycmn.h: Create this file based on MSDN documentation
457         http://msdn2.microsoft.com/en-us/library/aa454291.aspx
459 2007-01-31  Nuno Lucas  <ntlucas@gmail.com>
461         * include/winuser.h: Define MsgWaitForMultipleObjects as a macro that
462         calls MsgWaitForMultipleObjectsEx as described on MSDN.
463         * include/wingdi.h  Define only the right function GetCharWidth32
464         for Windows CE, not its similarly named friends.
466 2006-12-18  Pedro Alves  <pedro_alves@portugalmail.pt>
468         * include/winnt.h (_M_ARM, ARM): Remove.
469         * include/windows.h (_M_ARM, ARM): Likewise.
471 2006-12-18  Pedro Alves  <pedro_alves@portugalmail.pt>
473         * libce: New subdir.
474         (libce/CellCore.def, libce/Makefile.in, libce/VBarCall.def)
475         (libce/VoiceCtl.def, libce/WAP.def, libce/ativscp-uuid.c)
476         (libce/authhlp.def, libce/aygshell.def, libce/btd.def)
477         (libce/bthguid.def, libce/bthlink.def, libce/bthutil.def)
478         (libce/cecap.def, libce/cemapi.def, libce/ceosutil.def)
479         (libce/ceshell.def, libce/cguid-uuid.c, libce/comcat-uuid.c)
480         (libce/commctrl.def, libce/commdlg.def, libce/conncfg.def)
481         (libce/coredll.def, libce/crypt32.def, libce/cxport.def)
482         (libce/devguid.c, libce/dmoguids.def, libce/doclist.def)
483         (libce/docobj-uuid.c, libce/exdisp-uuid.c, libce/extras-uuid.c)
484         (libce/grognard.def, libce/gx.def, libce/hlguids-uuid.c)
485         (libce/hlink-uuid.c, libce/htmlview.def, libce/httpd.def)
486         (libce/icmplib.def, libce/imaging.def, libce/imgdecmp.def)
487         (libce/inkx.def, libce/iphlpapi.def, libce/largeint.c)
488         (libce/mlang-uuid.c, libce/mmtimer.def, libce/mqoa.def)
489         (libce/msdmo.def, libce/mshtml-uuid.c, libce/msmqrt.def)
490         (libce/msscript.def, libce/msxml-uuid.c, libce/msxml.def)
491         (libce/msxmlguid.def, libce/ndis.def, libce/note_prj.def)
492         (libce/ntcompat.def, libce/oaidl-uuid.c, libce/objidl-uuid.c)
493         (libce/objsafe-uuid.c, libce/ocidl-uuid.c, libce/ole32.def)
494         (libce/oleacc-uuid.c, libce/oleaut32.def, libce/olectlid-uuid.c)
495         (libce/oleidl-uuid.c, libce/phone.def, libce/pimstore.def)
496         (libce/pndtapi.def, libce/pushprxy.def, libce/res.rc)
497         (libce/richink.def, libce/secur32.def, libce/servprov-uuid.c)
498         (libce/shell32.c, libce/sms.def, libce/strmiids.def, libce/test.c)
499         (libce/toolhelp.def, libce/unknwn-uuid.c, libce/urlmon-uuid.c)
500         (libce/urlmon.def, libce/webview.def, libce/wininet.def)
501         (libce/winsock.def, libce/wmlview.def, libce/ws2.def)
502         (libce/ws2_32.c, libce/wsp.def, libce/wvuuid.def): New files.
503         * Makefile.in: Get/Pass some more vars. Build libce/ on wince.
504         * aclocal.m4 (LIB_AC_PROG_CC_GNU, LIB_AC_PROG_CC)
505         (LIB_AC_PROG_CXX): Define.
506         * configure.in: Use LIB_AC_PROG_CC instead of AC_CHECK_TOOL.
507         Output libce/Makefile. 
508         * configure: Regenerate.
510 2006-12-02  Kevin O'Connor  <kevin@koconnor.net>
512         * include/winbase.h: Add SYSTEM_POWER_STATUS_EX structure.
513         Add GetSystemPowerStatusEx function definition.
515 2006-11-28  Danny Backx  <dannybackx@users.sourceforge.net>
517         * include/aygshell.h (IDM_SHAREDNEW, IDM_SHAREDNEWDEFAULT): Define.
519         * include/aygshell.h (NOMENU): Define.
521         * include/aygshell.h (IDS_SH*): Define, values from the Boling book.
523 2006-11-26  Kevin O'Connor  <kevin@koconnor.net>
525         * include/winbase.h: Add SYSTEM_POWER_STATUS_EX2 structure.
526         Add GetSystemPowerStatusEx2 function definition.
528 2006-11-26  Kevin O'Connor  <kevin@koconnor.net>
530         * include/tlhelp32.h (MODULEENTRY32): szModule is of MAX_PATH
531         size on CE.
533         * include/tlhelp32.h: define TH32CS_GETALLMODS.
535 2006-11-26  Danny Backx  <dannybackx@users.sourceforge.net>
537         * include/aygshell.h (SHRGINFO, SHRecognizeGesture): Define.
539 2006-11-22  Danny Backx  <dannybackx@users.sourceforge.net>
541         * include/commdlg.h (CHOOSECOLOR): Fix type of hInstance field as
542         described in http://msdn2.microsoft.com/en-us/library/ms959872.aspx .
543         This field appears to have an inconsistent type definition in other
544         versions of Windows.
546 2006-11-19  Kevin O'Connor  <kevin@koconnor.net>
548         * include/tlhelp32.h (PROCESSENTRY32, THREADENTRY32)
549         (MODULEENTRY32): Update fields.
551 2006-11-18  Danny Backx  <dannybackx@users.sourceforge.net>
553         * include/winbase.h (lstrcpy): Fix typo.
555 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
557         * include/winuser.h (GetSystemMenu): Implement as macro.
559 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
561         * include/winuser.h (DrawIcon): Implement in terms of DrawIconEx.
563 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
565         * include/wingdi.h (GetTextExtentPoint32, GetTextExtentPointW):
566         Implement in terms of GetTextExtentExPointW.
568 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
570         * include/shlobj.h (SHGetSpecialFolderPath): In Windows CE it is
571         declared ...
572         * include/shellapi.h (SHGetSpecialFolderPath): ... here.
573         (SHGetShortcutTarget, SHCreateShortcut): Declare.
575 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
577         * include/winnt.h (GetCurrentFiber, GetFiberData,
578         GetCurrentFiber, GetFiberData, NtCurrentTeb): There is no Fiber
579         support in Windows CE. Hide the functions.
581 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
583         * include/commctrl.h (IMAGELISTDRAWPARAMS): There are no fState,
584         Frame or crEffect members in CE version.
585         (ImageList_Duplicate, ImageList_SetImageCount, ImageList_Copy,
586         ImageList_DrawIndirect): Enable on Windows CE >= 2.
587         
588 2006-11-12  Kevin O'Connor  <kevin@koconnor.net>
590         * include/winuser.h (SPI_GETOEMINFO, SPI_GETPLATFORMTYPE): Define.
592 2006-11-12  Kevin O'Connor  <kevin@koconnor.net>
594         * include/tlhelp32.h (CloseToolhelp32Snapshot): Define.
595         CE's Toolhelp functions/structures although wide, don't take the
596         W suffix. Adapt.
597         * include/winnt.h (PAGE_PHYSICAL): Define.
598         * include/winbase.h (GetStoreInformation, CeSetThreadQuantum,
599         LockResource): Define.
600         * include/winuser.h (CheckDlgButton): Define in terms of
601         SendDlgItemMessage.
602         (CreateDialogParamW): Define using CreateDialogIndirectParamW.
604 2006-11-12  Pedro Alves  <pedro_alves@portugalmail.pt>
606         * include/winnt.h (_M_ARM, ARM): Translate from gcc target defines.
607         * include/windows.h (_M_ARM, ARM): Likewise.
609 2006-11-11  Danny Backx <dannybackx@users.sourceforge.net>
611         * include/aygshell.h (WC_SIPPREF): Define.
612         * include/todaycmn.h: Clear the contents of this file,
613         it was tainted. We must do clean work to create a file
614         such as this one, so I'm leaving the (empty) file as a placeholder.
616 2006-11-06  Pedro Alves  <pedro_alves@portugalmail.pt>
618         * include/commctrl.h (LVCF_IMAGE, LVCF_ORDER): Also declare on
619         Windows CE >= 2.
620         (LVCOLUMNW): Use the version with iImage and iOrder
621         on Windows CE >= 2.
623 2006-11-02  Kevin O'Connor  <kevin@koconnor.net>
625         * include/winuser.h (DialogBoxParamW): Implement on terms of
626         DialogBoxIndirectParamW.
628 2006-11-01  Danny Backx  <dannybackx@users.sourceforge.net>
630         * include/todaycmn.h: Add file.
632 2006-11-01  Danny Backx  <dannybackx@users.sourceforge.net>
634         * include/winbase.h (lstrcpy, lstrcat, lstrlen): Add includes
635         to define these.
637 2006-10-29  Danny Backx  <dannybackx@users.sourceforge.net>
639         * include/winuser.h (WS_EX_NODRAG): Define.
641 2006-10-16  Pedro Alves  <pedro_alves@portugalmail.pt>
643         * include/kfuncs.h (EventModify): Declare.
644         (TlsCall): Add WINBASEAPI and WINAPI to declaration.
646 Local Variables:
647 mode: change-log
648 left-margin: 8
649 fill-column: 74
650 version-control: never
651 End: