aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api
AgeCommit message (Collapse)AuthorFilesLines
2012-11-07* mingw: Delete obsolete directory.Christopher Faylor540-187488/+0
* w32api: Ditto.
2012-08-10 Even though MSDN documents these as __cdecl the kernel32.dll libraryEarnie Boyd3-6/+22
exports them as __stdcall. Confirmed with gendef program. * lib/kernel32.def (InterlockedDecrement): Revert the 2012-08-08 change. (InterlockedIncrement): Ditto. (InterlockedExchange): Ditto. * include/winbase.h (InterlockedDecrement): Revert the 2012-08-01 change. (InterlockedIncrement): Ditto. (InterlockedExchange): Ditto.
2012-08-08 * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count sinceEarnie Boyd2-3/+10
we now declare it as __cdecl. (InterlockedIncrement): Ditto. (InterlockedExchange): Ditto.
2012-08-06 * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()Earnie Boyd2-2/+7
which is in libmingwex.a. MODIFIED FROM: Use __sync_synchronize instead of creating a function due to multiple definition. NOTE: Not using __sync_synchronize to allow applications to mix-n-match C libraries from different vendors.
2012-08-06 * include/winnt.h (MemoryBarrier): Use __sync_synchronize instead ofEarnie Boyd2-5/+6
creating a function due to multiple definition.
2012-08-04 * include/winver.h (VerQueryValue[AW]): Correct declaration per MSDN.Earnie Boyd2-2/+6
2012-08-02 * lib/Makefile.in (amvideo.h): Dependencies are not met making this fileEarnie Boyd2-1/+11
implementation incomplete. Do not deliver it. (amaudio.h): Ditto.
2012-08-02 * include/setupapi.h: Correct typos and truncations.Earnie Boyd2-6/+10
2012-08-01 * include/winnt.h (MemoryBarrier): Add definition.Earnie Boyd2-0/+17
2012-08-01 * include/winbase.h (InterlockedDecrement): Modify declaration fromEarnie Boyd2-3/+7
LONG WINAPI to LONG __cdecl to match Microsoft documentation. (InterlockedIncrement): Ditto. (InterlockedExchange): Ditto.
2012-08-01 * include/wtsapi32.h (WTSVirtualChannelClose): Add declaration.Earnie Boyd3-1/+61
(WTSVirtualChannelOpen): Ditto. (WTSVirtualchannelOpenEx): Ditto. (WTSVirtualChannelPurgeInput): Ditto. (WTSVirtualChannelPurgeOutput): Ditto. (WTSVirtualChannelQuery): Ditto. (WTSVirtualChannelRead): Ditto. (WTSVirtualChannelWrite): Ditto. * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add import.
2012-08-01 * include/winuser.h (tagMENUITEMINFOA): Correct dwItemData definition.Earnie Boyd2-2/+7
(tagMENUITEMINFOW): Ditto.
2012-07-30Add missing include/sdkddkver.hEarnie Boyd1-0/+141
2012-07-29 * include/sdkddkver.h: New file.Earnie Boyd2-0/+7
* include/windows.h: Include sdkddkver.h.
2012-07-06 * include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions whenCorinna Vinschen3-4/+11
building Cygwin. * include/winsock2.h: Keep sockaddr and sockaddr_storage definitions when building Cygwin.
2012-04-302012-04-29 Jan Ringos <tringi@users.sf.net>Chris Sutcliffe2-3/+7
* include/winbase.h (GetModuleHandleEx[A/W]): Correct version guard.
2012-04-292012-04-28 LRN <l_r_nightmare@users.sf.net>Chris Sutcliffe4-2/+164
* include/shobjidl.h: New file. * lib/shobjidl-uuid.c: New file. * lib/Makefile.in: Reference shobjidl-uuid.c.
2012-03-202012-03-19 Ben Greear <greear@users.sf.net>Chris Sutcliffe2-4/+9
* include/routprot.h (IP_LOCAL_BINDING): Move above IP_ADAPTER_BINDING_INFO to correct warning about IP_LOCAL_BINDING being undefined.
2012-01-16Correct misused 'rm -r' command in uninstall rules.Keith Marshall4-3/+11
2012-01-16Generalise makefile references to subdirectories of lib.Keith Marshall3-7/+12
2012-01-16 * configure: Regenerate and re-add to repository.Corinna Vinschen3-1/+4017
* .cvsignore: Fix accordingly.
2012-01-15Add 'check' as GCS conforming alias for make's 'test' goal.Keith Marshall5-9/+22
2012-01-15More makefile code refactoring; remove redundant INCLUDES references.Keith Marshall5-5/+11
2012-01-15Add smart identification of auxiliary header file paths.Keith Marshall5-43/+199
2012-01-15More makefile code refactoring; fix top_srcdir references.Keith Marshall5-71/+51
2012-01-15Update and correct makefile rebuilding rules.Keith Marshall6-10/+62
2012-01-15More formatting adjustments.Keith Marshall2-13/+26
2012-01-15Miscellaneous formatting adjustments.Keith Marshall4-95/+124
2012-01-15Improve self-documentation of 'for' loop commands.Keith Marshall5-79/+88
2012-01-15Generalise 'all' rule to arbitrary prerequisite sub-directories.Keith Marshall2-2/+9
2012-01-15Derive package release index from configure time specification.Keith Marshall3-34/+37
2012-01-14Discontinue CVS tracking of generated 'configure' script.Keith Marshall3-3814/+10
2012-01-06Ensure Makefile.comm source is included in distribution tarballs.Keith Marshall2-2/+8
2012-01-062012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2-1/+5
* include/windef.h (WINVER): Back off to 0x0500.
2012-01-052012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2-1/+5
* include/windef.h (WINVER): Bump to 0x0501.
2012-01-042012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2-1/+8
Return value, identified by 'make test'. * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort()): Return NO_ERROR in virtual definition.
2012-01-042012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe3-20/+13
Remove duplicate definitions, identified by 'make test'. * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_MACHINE_KEYSET, CRYPT_SILENT, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT, CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE, CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY, CRYPT_VOLATILE, CRYPT_SGCKEY): Remove duplicate definitions. * include/winerror.h (CRYPT_E_REVOKED): Removed - already defined in wincrypt (which is where it should be defined according to MSDN).
2012-01-03Correct misuse of #ifdef, identified by 'make test'.Keith Marshall2-2/+9
2011-12-22 * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK): Define.Corinna Vinschen2-2/+16
(JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define. (JOB_OBJECT_BREAKAWAY_OK): Define as JOB_OBJECT_LIMIT_BREAKAWAY_OK and mark as kept for backward compatibility only. (JOB_OBJECT_SILENT_BREAKAWAY): Define as JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK and mark as kept for backward compatibility only.
2011-12-22 * include/winnt.h: Add missing PROCESS_QUERY_LIMITED_INFORMATION.Corinna Vinschen2-0/+5
2011-12-13Factor common code from subdirectory makefiles into Makefile.comm.inKeith Marshall7-351/+290
2011-12-13Prepare for factoring out common makefile code.Keith Marshall2-11/+21
2011-12-12Correct makefile error; remove unnecessary FLAGS_TO_PASS macroKeith Marshall3-51/+36
2011-12-10Correct defective configure checkinKeith Marshall1-229/+2
2011-12-10Build system clean-up (phase 1)Keith Marshall6-2399/+2662
2011-08-19 * include/winuser.h: Ad missing MAPVK_xxx definitions.Corinna Vinschen2-0/+10
2011-08-05 * include/winnt.h (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE,Corinna Vinschen2-3/+18
IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY, IMAGE_DLLCHARACTERISTICS_NX_COMPAT): Fix typo in definitions. (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE, IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY, IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Keep broken definitions for backward compatibility.
2011-07-29 * include/winsock2.h (SIO_UDP_CONNRESET): Define.Corinna Vinschen2-0/+5
2011-05-232011-05-22 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2-1/+7
* include/wingdi.h (GCP_RESULTSW): Correct defintion. Thanks to Albrecht Schlosser for the report and the fix.
2011-05-15 * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.Corinna Vinschen2-0/+5