Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Even though MSDN documents these as __cdecl the kernel32.dll library | Earnie Boyd | 2012-08-10 | 3 | -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. | ||||
* | * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count since | Earnie Boyd | 2012-08-08 | 2 | -3/+10 |
| | | | | | | we now declare it as __cdecl. (InterlockedIncrement): Ditto. (InterlockedExchange): Ditto. | ||||
* | * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier() | Earnie Boyd | 2012-08-06 | 2 | -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. | ||||
* | * include/winnt.h (MemoryBarrier): Use __sync_synchronize instead of | Earnie Boyd | 2012-08-06 | 2 | -5/+6 |
| | | | | creating a function due to multiple definition. | ||||
* | * include/winver.h (VerQueryValue[AW]): Correct declaration per MSDN. | Earnie Boyd | 2012-08-04 | 2 | -2/+6 |
| | |||||
* | * lib/Makefile.in (amvideo.h): Dependencies are not met making this file | Earnie Boyd | 2012-08-02 | 2 | -1/+11 |
| | | | | | implementation incomplete. Do not deliver it. (amaudio.h): Ditto. | ||||
* | * include/setupapi.h: Correct typos and truncations. | Earnie Boyd | 2012-08-02 | 2 | -6/+10 |
| | |||||
* | * include/winnt.h (MemoryBarrier): Add definition. | Earnie Boyd | 2012-08-01 | 2 | -0/+17 |
| | |||||
* | * include/winbase.h (InterlockedDecrement): Modify declaration from | Earnie Boyd | 2012-08-01 | 2 | -3/+7 |
| | | | | | | LONG WINAPI to LONG __cdecl to match Microsoft documentation. (InterlockedIncrement): Ditto. (InterlockedExchange): Ditto. | ||||
* | * include/wtsapi32.h (WTSVirtualChannelClose): Add declaration. | Earnie Boyd | 2012-08-01 | 3 | -1/+61 |
| | | | | | | | | | | | (WTSVirtualChannelOpen): Ditto. (WTSVirtualchannelOpenEx): Ditto. (WTSVirtualChannelPurgeInput): Ditto. (WTSVirtualChannelPurgeOutput): Ditto. (WTSVirtualChannelQuery): Ditto. (WTSVirtualChannelRead): Ditto. (WTSVirtualChannelWrite): Ditto. * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add import. | ||||
* | * include/winuser.h (tagMENUITEMINFOA): Correct dwItemData definition. | Earnie Boyd | 2012-08-01 | 2 | -2/+7 |
| | | | | (tagMENUITEMINFOW): Ditto. | ||||
* | Add missing include/sdkddkver.h | Earnie Boyd | 2012-07-30 | 1 | -0/+141 |
| | |||||
* | * include/sdkddkver.h: New file. | Earnie Boyd | 2012-07-29 | 2 | -0/+7 |
| | | | | * include/windows.h: Include sdkddkver.h. | ||||
* | * include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions when | Corinna Vinschen | 2012-07-06 | 3 | -4/+11 |
| | | | | | | building Cygwin. * include/winsock2.h: Keep sockaddr and sockaddr_storage definitions when building Cygwin. | ||||
* | 2012-04-29 Jan Ringos <tringi@users.sf.net> | Chris Sutcliffe | 2012-04-30 | 2 | -3/+7 |
| | | | | * include/winbase.h (GetModuleHandleEx[A/W]): Correct version guard. | ||||
* | 2012-04-28 LRN <l_r_nightmare@users.sf.net> | Chris Sutcliffe | 2012-04-29 | 4 | -2/+164 |
| | | | | | | * include/shobjidl.h: New file. * lib/shobjidl-uuid.c: New file. * lib/Makefile.in: Reference shobjidl-uuid.c. | ||||
* | 2012-03-19 Ben Greear <greear@users.sf.net> | Chris Sutcliffe | 2012-03-20 | 2 | -4/+9 |
| | | | | | * include/routprot.h (IP_LOCAL_BINDING): Move above IP_ADAPTER_BINDING_INFO to correct warning about IP_LOCAL_BINDING being undefined. | ||||
* | Correct misused 'rm -r' command in uninstall rules. | Keith Marshall | 2012-01-16 | 4 | -3/+11 |
| | |||||
* | Generalise makefile references to subdirectories of lib. | Keith Marshall | 2012-01-16 | 3 | -7/+12 |
| | |||||
* | * configure: Regenerate and re-add to repository. | Corinna Vinschen | 2012-01-16 | 3 | -1/+4017 |
| | | | | * .cvsignore: Fix accordingly. | ||||
* | Add 'check' as GCS conforming alias for make's 'test' goal. | Keith Marshall | 2012-01-15 | 5 | -9/+22 |
| | |||||
* | More makefile code refactoring; remove redundant INCLUDES references. | Keith Marshall | 2012-01-15 | 5 | -5/+11 |
| | |||||
* | Add smart identification of auxiliary header file paths. | Keith Marshall | 2012-01-15 | 5 | -43/+199 |
| | |||||
* | More makefile code refactoring; fix top_srcdir references. | Keith Marshall | 2012-01-15 | 5 | -71/+51 |
| | |||||
* | Update and correct makefile rebuilding rules. | Keith Marshall | 2012-01-15 | 6 | -10/+62 |
| | |||||
* | More formatting adjustments. | Keith Marshall | 2012-01-15 | 2 | -13/+26 |
| | |||||
* | Miscellaneous formatting adjustments. | Keith Marshall | 2012-01-15 | 4 | -95/+124 |
| | |||||
* | Improve self-documentation of 'for' loop commands. | Keith Marshall | 2012-01-15 | 5 | -79/+88 |
| | |||||
* | Generalise 'all' rule to arbitrary prerequisite sub-directories. | Keith Marshall | 2012-01-15 | 2 | -2/+9 |
| | |||||
* | Derive package release index from configure time specification. | Keith Marshall | 2012-01-15 | 3 | -34/+37 |
| | |||||
* | Discontinue CVS tracking of generated 'configure' script. | Keith Marshall | 2012-01-14 | 3 | -3814/+10 |
| | |||||
* | Ensure Makefile.comm source is included in distribution tarballs. | Keith Marshall | 2012-01-06 | 2 | -2/+8 |
| | |||||
* | 2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 2012-01-06 | 2 | -1/+5 |
| | | | | * include/windef.h (WINVER): Back off to 0x0500. | ||||
* | 2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 2012-01-05 | 2 | -1/+5 |
| | | | | * include/windef.h (WINVER): Bump to 0x0501. | ||||
* | 2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 2012-01-04 | 2 | -1/+8 |
| | | | | | | | Return value, identified by 'make test'. * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort()): Return NO_ERROR in virtual definition. | ||||
* | 2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 2012-01-04 | 3 | -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). | ||||
* | Correct misuse of #ifdef, identified by 'make test'. | Keith Marshall | 2012-01-03 | 2 | -2/+9 |
| | |||||
* | * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK): Define. | Corinna Vinschen | 2011-12-22 | 2 | -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. | ||||
* | * include/winnt.h: Add missing PROCESS_QUERY_LIMITED_INFORMATION. | Corinna Vinschen | 2011-12-22 | 2 | -0/+5 |
| | |||||
* | Factor common code from subdirectory makefiles into Makefile.comm.in | Keith Marshall | 2011-12-13 | 7 | -351/+290 |
| | |||||
* | Prepare for factoring out common makefile code. | Keith Marshall | 2011-12-13 | 2 | -11/+21 |
| | |||||
* | Correct makefile error; remove unnecessary FLAGS_TO_PASS macro | Keith Marshall | 2011-12-12 | 3 | -51/+36 |
| | |||||
* | Correct defective configure checkin | Keith Marshall | 2011-12-10 | 1 | -229/+2 |
| | |||||
* | Build system clean-up (phase 1) | Keith Marshall | 2011-12-10 | 6 | -2399/+2662 |
| | |||||
* | * include/winuser.h: Ad missing MAPVK_xxx definitions. | Corinna Vinschen | 2011-08-19 | 2 | -0/+10 |
| | |||||
* | * include/winnt.h (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE, | Corinna Vinschen | 2011-08-05 | 2 | -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. | ||||
* | * include/winsock2.h (SIO_UDP_CONNRESET): Define. | Corinna Vinschen | 2011-07-29 | 2 | -0/+5 |
| | |||||
* | 2011-05-22 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 2011-05-23 | 2 | -1/+7 |
| | | | | | | * include/wingdi.h (GCP_RESULTSW): Correct defintion. Thanks to Albrecht Schlosser for the report and the fix. | ||||
* | * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define. | Corinna Vinschen | 2011-05-15 | 2 | -0/+5 |
| | |||||
* | 2011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 2011-04-22 | 3 | -5/+8 |
| | | | | | | | * include/windef.h (PACKED): Remove macro. * include/wincon.h: Replace PACKED macro with __attribute__((packed)). Thanks to Keith Marshall for the fix. |