Earnie Boyd
c1a11ccfca
Add missing include/sdkddkver.h
2012-07-30 00:04:05 +00:00
Earnie Boyd
c5b9032e48
* include/sdkddkver.h: New file.
...
* include/windows.h: Include sdkddkver.h.
2012-07-29 20:52:41 +00:00
Corinna Vinschen
dc45bfa0bf
* include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions when
...
building Cygwin.
* include/winsock2.h: Keep sockaddr and sockaddr_storage definitions
when building Cygwin.
2012-07-06 13:52:10 +00:00
Chris Sutcliffe
c9306c71ed
2012-04-29 Jan Ringos <tringi@users.sf.net>
...
* include/winbase.h (GetModuleHandleEx[A/W]): Correct version guard.
2012-04-30 00:44:48 +00:00
Chris Sutcliffe
d578467671
2012-04-28 LRN <l_r_nightmare@users.sf.net>
...
* include/shobjidl.h: New file.
* lib/shobjidl-uuid.c: New file.
* lib/Makefile.in: Reference shobjidl-uuid.c.
2012-04-29 02:43:40 +00:00
Chris Sutcliffe
b0a905c5a0
2012-03-19 Ben Greear <greear@users.sf.net>
...
* include/routprot.h (IP_LOCAL_BINDING): Move above IP_ADAPTER_BINDING_INFO
to correct warning about IP_LOCAL_BINDING being undefined.
2012-03-20 00:28:53 +00:00
Keith Marshall
d409f31ff3
Correct misused 'rm -r' command in uninstall rules.
2012-01-16 20:37:25 +00:00
Keith Marshall
ec54dd65e2
Generalise makefile references to subdirectories of lib.
2012-01-16 20:26:49 +00:00
Corinna Vinschen
32bd06e544
* configure: Regenerate and re-add to repository.
...
* .cvsignore: Fix accordingly.
2012-01-16 08:44:37 +00:00
Keith Marshall
47c607cdca
Add 'check' as GCS conforming alias for make's 'test' goal.
2012-01-15 21:30:48 +00:00
Keith Marshall
fe493b0f4b
More makefile code refactoring; remove redundant INCLUDES references.
2012-01-15 20:56:25 +00:00
Keith Marshall
71992560f7
Add smart identification of auxiliary header file paths.
2012-01-15 19:11:09 +00:00
Keith Marshall
f485d8ffb4
More makefile code refactoring; fix top_srcdir references.
2012-01-15 15:31:11 +00:00
Keith Marshall
6208cfce7a
Update and correct makefile rebuilding rules.
2012-01-15 15:10:09 +00:00
Keith Marshall
f0449b5092
More formatting adjustments.
2012-01-15 14:28:17 +00:00
Keith Marshall
300dfd2a1b
Miscellaneous formatting adjustments.
2012-01-15 14:20:36 +00:00
Keith Marshall
c6a4777d85
Improve self-documentation of 'for' loop commands.
2012-01-15 12:39:00 +00:00
Keith Marshall
3ef7500436
Generalise 'all' rule to arbitrary prerequisite sub-directories.
2012-01-15 12:27:13 +00:00
Keith Marshall
09223354f9
Derive package release index from configure time specification.
2012-01-15 12:20:09 +00:00
Keith Marshall
124e2b274b
Discontinue CVS tracking of generated 'configure' script.
2012-01-14 21:19:12 +00:00
Keith Marshall
1f250fc805
Ensure Makefile.comm source is included in distribution tarballs.
2012-01-06 22:01:15 +00:00
Chris Sutcliffe
c7cee543f0
2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/windef.h (WINVER): Back off to 0x0500.
2012-01-06 18:51:33 +00:00
Chris Sutcliffe
1f94817747
2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/windef.h (WINVER): Bump to 0x0501.
2012-01-05 19:39:01 +00:00
Chris Sutcliffe
70284e10d0
2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
Return value, identified by 'make test'.
* include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort()): Return
NO_ERROR in virtual definition.
2012-01-04 02:32:08 +00:00
Chris Sutcliffe
b018c06fa9
2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
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-04 01:32:07 +00:00
Keith Marshall
2a4b36abb7
Correct misuse of #ifdef, identified by 'make test'.
2012-01-03 19:09:39 +00:00
Corinna Vinschen
964a927fe6
* include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK): Define.
...
(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 14:31:46 +00:00
Corinna Vinschen
a6ae9400a7
* include/winnt.h: Add missing PROCESS_QUERY_LIMITED_INFORMATION.
2011-12-22 13:46:11 +00:00
Keith Marshall
f46fcfebd1
Factor common code from subdirectory makefiles into Makefile.comm.in
2011-12-13 20:46:53 +00:00
Keith Marshall
5cc68751fd
Prepare for factoring out common makefile code.
2011-12-13 20:10:42 +00:00
Keith Marshall
1e10d23a56
Correct makefile error; remove unnecessary FLAGS_TO_PASS macro
2011-12-12 20:02:33 +00:00
Keith Marshall
14bb21fe45
Correct defective configure checkin
2011-12-10 21:43:09 +00:00
Keith Marshall
51d406aaa7
Build system clean-up (phase 1)
2011-12-10 17:24:25 +00:00
Corinna Vinschen
17e1361aa3
* include/winuser.h: Ad missing MAPVK_xxx definitions.
2011-08-19 11:58:05 +00:00
Corinna Vinschen
e5366c218d
* include/winnt.h (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE,
...
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-08-05 07:02:26 +00:00
Corinna Vinschen
108b037ea3
* include/winsock2.h (SIO_UDP_CONNRESET): Define.
2011-07-29 11:45:15 +00:00
Chris Sutcliffe
ec2b3046a1
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/wingdi.h (GCP_RESULTSW): Correct defintion.
Thanks to Albrecht Schlosser for the report and the fix.
2011-05-23 00:13:45 +00:00
Corinna Vinschen
2922c6c4aa
* include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
2011-05-15 16:40:48 +00:00
Chris Sutcliffe
8ba4144d50
2011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/windef.h (PACKED): Remove macro.
* include/wincon.h: Replace PACKED macro with __attribute__((packed)).
Thanks to Keith Marshall for the fix.
2011-04-22 00:10:07 +00:00
Chris Sutcliffe
a491557a55
2011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Correct definition.
Thanks to Safety0ff for the report.
2011-04-21 23:57:10 +00:00
Corinna Vinschen
3f7dfed9e9
* include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Add.
2011-04-04 09:10:41 +00:00
Corinna Vinschen
700c641dfa
* include/userenv.h: Add functions and definitions added with Windows
...
2000 and Vista.
2011-03-29 08:43:17 +00:00
Chris Sutcliffe
d42e1efcf9
2011-03-25 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* Makefile.in: Increment CYGRELEASE to 2.
2011-03-26 03:47:54 +00:00
Chris Sutcliffe
2642251d66
2011-03-25 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
2011-03-26 03:41:23 +00:00
Chris Sutcliffe
7a9064faa5
2011-03-11 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/w32api.h: Increment version to 3.17.
* Makefile.in: Ditto.
2011-03-12 04:33:16 +00:00
Chris Sutcliffe
6777e53972
2011-03-07 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/winbase.h (PSAPI_WORKING_SET_BLOCK,
PSAPI_WORKING_SET_INFORMATION): Move from here...
* include/psapi.h (PSAPI_WORKING_SET_BLOCK,
PSAPI_WORKING_SET_INFORMATION): ... to here.
2011-03-08 01:57:46 +00:00
Chris Sutcliffe
f47bfee595
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
...
* include/w32api.h: Increment version to 3.16.
* Makefile.in: Ditto.
2011-03-05 20:55:46 +00:00
Chris Sutcliffe
905220bf09
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/commctrl.h (NMTCKEYDOWN): Define.
2011-03-05 20:50:52 +00:00
Chris Sutcliffe
8a456980d6
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
Define.
2011-03-05 20:43:53 +00:00
Chris Sutcliffe
174cb44b90
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/winbase.h (PSAPI_WORKING_SET_BLOCK,
PSAPI_WORKING_SET_INFORMATION): Define.
2011-03-05 20:29:08 +00:00