Hermès Bélusca-Maïto
8b78b0ff98
[PSDK] Add missing shell notification message flags.
2018-02-10 15:43:24 +01:00
Thomas Faber
b9f88d594d
[PSDK][XDK] Remove DECLSPEC_* from windef.h, protect against redefinition in winnt.h
2018-02-04 19:28:36 +01:00
Hermès Bélusca-Maïto
a64c33e787
[PSDK] Fix NIF_STATE definition and add NIF_GUID.
2018-02-04 18:11:48 +01:00
Hermès Bélusca-Maïto
9d2139b7d8
[PSDK] Fix NOTIFYICONDATA structure; add NOTIFYICONDATA_V3_SIZE definitions.
2018-02-04 01:56:53 +01:00
Amine Khaldi
4f825146c2
[PSDK] Update winhttp.h. CORE-14225
2018-01-20 13:54:50 +01:00
Amine Khaldi
2dd1f8b089
[PSDK] Update propvarutil.h. CORE-14225
2018-01-20 13:04:48 +01:00
Amine Khaldi
e399d3ec3e
[PSDK] Import ieautomation.idl from Wine 3.0. CORE-14225
2018-01-19 00:35:51 +01:00
Amine Khaldi
7a00f240c6
[PSDK] Update gdiplusflat.h and gdiplusgpstubs.h. CORE-14225
2018-01-19 00:15:20 +01:00
Amine Khaldi
65ab703cd5
[PSDK] Update commctrl.h. CORE-14225
2018-01-18 23:48:30 +01:00
Mark Jansen
1d4d88b062
[PSDK][ACTXPROXY] Add IExplorerCommand and related classes (Vista+)
2018-01-13 23:49:58 +01:00
Mark Jansen
e3459ec36e
[PSDK] Fix definition of INVALID_PROCESSTRACE_HANDLE as suggested by Thomas.
...
#267
2018-01-07 22:29:17 +01:00
jimtabor
7c75bc627b
[RichEd20] Fix structure by adding missing byte, see CORE-8452.
...
Update version, tell wine.
This fixes "Assertion failed: style->cbSize == sizeof(CHARFORMAT2W)".
2018-01-07 14:47:42 -06:00
Timo Kreuzer
5985fe613b
! Fix build of tracert
...
# Conflicts:
# sdk/include/psdk/ipexport.h
2018-01-06 17:07:54 +01:00
David Quintana
c32993c672
[PSDK] Change #if to #ifdef, to be more consistent with the majority of our codebase.
2018-01-04 19:15:06 +01:00
David Quintana
c8b93430d4
[PSDK] Add ICMP_ECHO_REPLY32 needed by 64-bit code. Fixes x64 build of tracert.
2018-01-04 18:21:16 +01:00
Ged Murphy
344f367211
[TRACERT] Rewrite tracert
...
- Full rewrite. This commit replaces the old utility.
- Use the new ICMP APIs instead of manually crafting ping requests using raw sockets.
- Add support for additional languages (the previous utility was hardcoded)
- Add support for IPv6
- Make the icmpapi header C++ compatible. (we don't appear to sync this with wine anymore.)
- Now runs on Win10, is much more reliable, and brings the code somewhat into the 21st century.
(It's currently missing source routing (-j), but as most routers disable this anyway, I'm not sure that it's worth adding)
2018-01-02 09:43:14 +00:00
Pierre Schweitzer
d82796778f
[PSDK] Add some missing defines
...
CORE-14090
2017-12-16 21:48:34 +01:00
James Tabor
c45a6e15bf
[User32|IMM32] Fix a recursion crash in IMM. See CORE-14041.
...
Required a sync port from wine. This is a hack fix with Win32SS until
proper IMM support is added to Win32SS.
2017-12-07 21:14:21 -06:00
Pierre Schweitzer
63d46228b8
[PSDK] Define the IOCTL_CDROM_EJECT_MEDIA IOCTL
2017-12-03 18:17:28 +01:00
Pierre Schweitzer
d8a15d0cc7
[PSDK] Add various defines needed to build fastfat_new
2017-11-23 23:27:51 +01:00
Giannis Adamopoulos
ee1cbf51e1
[PSDK] Add some missing definitions from IShellFolderBand
2017-10-22 20:03:32 +03:00
Timo Kreuzer
6073359086
[REACTOS] Fix x64 build
...
- SIZE_T -> ULONG in KsecGatherEntropyData
- Add missing ZwQueryInformationProcess() prototype for x64 build of btrfs
- Fix ml.exe path for VS 2017 Community Edition
- Add missing Handle32ToHandle to basetsd.h
2017-10-22 16:49:04 +02:00
Timo Kreuzer
95827a70e6
[NDK] Fix/improve definition of TEB
...
This also changes the default definition for NTDDI_VERSION in sdkddkver.h to NTDDI_WS03SP1, when _WIN32_WINNT is _WIN32_WINNT_WS03.
2017-10-22 14:36:18 +02:00
Amine Khaldi
a6bf4abd2e
[PSDK] Add missing KNOWN_FOLDER_FLAG and ILIsEmpty(). CORE-13762
2017-10-19 22:30:28 +01:00
Amine Khaldi
f61627e540
[PSDK] Add some missing definitions to winbase.h. Import libloaderapi.h from Wine Staging 2.16. CORE-13762
2017-10-19 22:29:35 +01:00
Giannis Adamopoulos
a08d1f92be
[PSDK] Try to fix build
2017-10-16 18:32:23 +03:00
Giannis Adamopoulos
129f98b473
[PSDK] Fix build.
2017-10-16 18:04:15 +03:00
Giannis Adamopoulos
d114f48fd4
[PSDK] Add CLSID_ISFBand, IShellFolderBand and IFolderBandPriv
2017-10-16 17:51:11 +03:00
Amine Khaldi
6cdefd33e1
[PSDK] Update unknwn.idl. CORE-13762
2017-10-08 14:07:28 +01:00
Amine Khaldi
babc61c5ee
[PSDK] Add missing CreateRestrictedToken() declaration. CORE-13762
2017-10-08 13:41:17 +01:00
Amine Khaldi
c95f8e51d3
[PSDK] Update wmsdkidl.idl and import some of its related idl files from Wine Staging 2.16. CORE-13762
2017-10-08 11:49:33 +01:00
Amine Khaldi
dc0774d8d0
[PSDK] Update mmreg.h and rpcndr.h. CORE-13762
2017-10-08 11:49:33 +01:00
Amine Khaldi
154006810e
[PSDK] Update msi.h. CORE-13762
2017-10-08 11:31:31 +01:00
Colin Finck
9ebf43567d
Add .gitattributes and .gitignore files and normalize line endings in the repository ( #10 )
2017-10-04 20:37:32 +02:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00