Daniel Reimer [Sun, 19 Apr 2015 12:14:36 +0000 (12:14 +0000)]
[ROSAPPS]
Remove not needed -Wno-error and allow_warnings()
svn path=/trunk/; revision=67295
Timo Kreuzer [Sun, 19 Apr 2015 10:03:21 +0000 (10:03 +0000)]
[CRT]
Add ARM stubs for _abnormal_termination, _except_handler2, _except_handler3, _global_unwind2, _local_unwind2, __C_specific_handler, __CxxFrameHandler, __rt_srsh
[RTL]
Add ARM stubs for RtlGetCallersAddress, RtlDispatchException, RtlUnwind, RtlInitializeContext
[NTOSKRNL]
Add ARM stubs for READ/WRITE_REGISTER_*
svn path=/trunk/; revision=67294
Thomas Faber [Sun, 19 Apr 2015 09:39:47 +0000 (09:39 +0000)]
[WIN32K:NTUSER]
- Remove a useless assert (-Wtype-limits)
svn path=/trunk/; revision=67293
Thomas Faber [Sun, 19 Apr 2015 08:53:57 +0000 (08:53 +0000)]
[COMDLG32]
- Revert DIALOG resource changes from r67286. Fixes test regressions.
CORE-9563
svn path=/trunk/; revision=67292
Thomas Faber [Sun, 19 Apr 2015 08:39:58 +0000 (08:39 +0000)]
[CMAKE]
We have a zero-warnings policy in trunk, accordingly:
- Disable overflow warnings in mciwave
- Remove all -Wno-error directives
- Remove all allow_warnings invocations
- Make allow_warnings defunct, it needs to be reworked, e.g. according to CORE-6959.
svn path=/trunk/; revision=67291
Aleksandar Andrejevic [Sun, 19 Apr 2015 02:12:12 +0000 (02:12 +0000)]
[NTVDM]
Account for DoubleVision when updating relative movement counters.
svn path=/trunk/; revision=67290
Daniel Reimer [Sun, 19 Apr 2015 01:38:13 +0000 (01:38 +0000)]
[DLL]
Add manifests. Let's hope MSVC build survives this...
svn path=/trunk/; revision=67289
Daniel Reimer [Sun, 19 Apr 2015 00:55:40 +0000 (00:55 +0000)]
[SHUTDOWN & LICCPA]
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67288
Daniel Reimer [Sun, 19 Apr 2015 00:47:17 +0000 (00:47 +0000)]
[WINFILE]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67287
Daniel Reimer [Sun, 19 Apr 2015 00:40:15 +0000 (00:40 +0000)]
[WIN32]
DIALOG -> DIALOGEX
svn path=/trunk/; revision=67286
Daniel Reimer [Sun, 19 Apr 2015 00:29:28 +0000 (00:29 +0000)]
[STOBJECT]
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67285
Daniel Reimer [Sun, 19 Apr 2015 00:28:37 +0000 (00:28 +0000)]
[WIN32]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67284
Hermès Bélusca-Maïto [Sun, 19 Apr 2015 00:01:03 +0000 (00:01 +0000)]
[NTVDM]
- Rearrange header inclusions. Put almost all NDK stuff in ntvdm.h.
- sizeof(array)/sizeof(array[0]) --> ARRAYSIZE(array) : increase code readability.
- Use Rtl heap functions (other parts of the code already did use them).
svn path=/trunk/; revision=67283
Timo Kreuzer [Sat, 18 Apr 2015 23:27:05 +0000 (23:27 +0000)]
[WIN32K]
Add missing locking in BASEOBJ::LockShared. Fixes theming regression.
CORE-9535 #resolve
svn path=/trunk/; revision=67282
Daniel Reimer [Sat, 18 Apr 2015 22:01:31 +0000 (22:01 +0000)]
[SSSTARS]
Remove useless define.
svn path=/trunk/; revision=67281
Aleksandar Andrejevic [Sat, 18 Apr 2015 22:00:44 +0000 (22:00 +0000)]
[NTVDM]
Fix host-to-VGA address translation.
svn path=/trunk/; revision=67280
Pierre Schweitzer [Sat, 18 Apr 2015 21:34:12 +0000 (21:34 +0000)]
[KERNEL32_APITEST]
Erm. That wasn't meant to remain here! :-P
svn path=/trunk/; revision=67279
Pierre Schweitzer [Sat, 18 Apr 2015 21:30:15 +0000 (21:30 +0000)]
[KERNEL32_APITEST]
Make PrivMoveFileIdentityW test work even if kernel32_apitest.exe isn't in current directory
svn path=/trunk/; revision=67278
Daniel Reimer [Sat, 18 Apr 2015 21:28:04 +0000 (21:28 +0000)]
[CMIDriver]
DIALOG -> DIALOGEX
Add DS_SHELLFONT
Add manifest
svn path=/trunk/; revision=67277
Daniel Reimer [Sat, 18 Apr 2015 20:07:46 +0000 (20:07 +0000)]
[MMSYS]
Forgot these DIALOG -> DIALOGEX
svn path=/trunk/; revision=67276
Daniel Reimer [Sat, 18 Apr 2015 20:04:32 +0000 (20:04 +0000)]
[APPLICATIONS]
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67275
Daniel Reimer [Sat, 18 Apr 2015 20:03:37 +0000 (20:03 +0000)]
[CPL]
DIALOG -> DIALOGEX
Add missing DS_SHELLFONT
svn path=/trunk/; revision=67274
Pierre Schweitzer [Sat, 18 Apr 2015 19:46:57 +0000 (19:46 +0000)]
[KERNEL32_APITEST]
Add tests for PrivMoveFileIdentityW().
Tested on w2k3 by Thomas
svn path=/trunk/; revision=67273
Daniel Reimer [Sat, 18 Apr 2015 18:16:27 +0000 (18:16 +0000)]
[OLEDLG]
Add DS_SHELLFONT, remove DS_SETFONT
svn path=/trunk/; revision=67272
Daniel Reimer [Sat, 18 Apr 2015 18:15:45 +0000 (18:15 +0000)]
[LOCALUI]
Add DS_SHELLFONT, remove DS_3DLOOK, remove DS_SETFONT
svn path=/trunk/; revision=67271
Daniel Reimer [Sat, 18 Apr 2015 18:15:00 +0000 (18:15 +0000)]
[COMDLG32]
Add DS_SHELLFONT, remove DS_3DLOOK
svn path=/trunk/; revision=67270
Daniel Reimer [Sat, 18 Apr 2015 18:14:17 +0000 (18:14 +0000)]
[COMCTL32]
Add DS_SHELLFONT, remove DS_3DLOOK
svn path=/trunk/; revision=67269
Daniel Reimer [Sat, 18 Apr 2015 18:13:04 +0000 (18:13 +0000)]
[ACLUI]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT
svn path=/trunk/; revision=67268
Daniel Reimer [Sat, 18 Apr 2015 18:11:58 +0000 (18:11 +0000)]
[SYSDM]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT
svn path=/trunk/; revision=67267
Daniel Reimer [Sat, 18 Apr 2015 18:11:31 +0000 (18:11 +0000)]
[ACCESS]
Fix one sad and lonely DS_SETFONT
svn path=/trunk/; revision=67266
Daniel Reimer [Sat, 18 Apr 2015 18:10:41 +0000 (18:10 +0000)]
[EXPLORER]
Merge DS_FIXEDSYS and DS_SETFONT to DS_SHELLFONT
svn path=/trunk/; revision=67265
Daniel Reimer [Sat, 18 Apr 2015 18:09:50 +0000 (18:09 +0000)]
[REGEDIT]
Remove DS_FIXEDSYS
svn path=/trunk/; revision=67264
Thomas Faber [Sat, 18 Apr 2015 16:40:48 +0000 (16:40 +0000)]
[NETAPI32]
- Stub NetEnumerateTrustedDomains.
CORE-9560 #resolve
svn path=/trunk/; revision=67263
Daniel Reimer [Sat, 18 Apr 2015 15:59:42 +0000 (15:59 +0000)]
[CALC]
Remove useless define.
svn path=/trunk/; revision=67262
Hermès Bélusca-Maïto [Sat, 18 Apr 2015 15:38:51 +0000 (15:38 +0000)]
[NTVDM]: Fix the fix of r67238 (inversion min/max).
svn path=/trunk/; revision=67261
Daniel Reimer [Sat, 18 Apr 2015 15:20:12 +0000 (15:20 +0000)]
[SYSSETUP]
Whatever the reason was to make all DLGs use "MS Shell Dlg" and one "MS Shell Dlg 2"... this is no more.
svn path=/trunk/; revision=67260
Amine Khaldi [Sat, 18 Apr 2015 14:53:29 +0000 (14:53 +0000)]
[SNDREC32] Set the DS_SHELLFONT flag instead of DS_FIXEDSYS and/or DS_SETFONT.
svn path=/trunk/; revision=67259
Amine Khaldi [Sat, 18 Apr 2015 14:49:38 +0000 (14:49 +0000)]
[WORDPAD] Use DIALOGEX instead of the now obsolete DIALOG. CORE-9559
svn path=/trunk/; revision=67258
Amine Khaldi [Sat, 18 Apr 2015 14:45:49 +0000 (14:45 +0000)]
[BROWSEUI] Don't use DS_3DLOOK as it's outdated and not of any use. Set the DS_SHELLFONT flag instead of DS_FIXEDSYS and/or DS_SETFONT.
svn path=/trunk/; revision=67257
Amine Khaldi [Sat, 18 Apr 2015 14:30:12 +0000 (14:30 +0000)]
[WORDPAD] Adjust language resources to ReactOS norms.
svn path=/trunk/; revision=67256
Daniel Reimer [Sat, 18 Apr 2015 14:28:13 +0000 (14:28 +0000)]
[REGEDIT]
Fix wrong font usage
svn path=/trunk/; revision=67255
Daniel Reimer [Sat, 18 Apr 2015 14:22:23 +0000 (14:22 +0000)]
[LICCPA]
Fix wrong behavior using Helvetica instead of MS Shell DLG (Why did anyone have such an idea???)
svn path=/trunk/; revision=67254
Amine Khaldi [Sat, 18 Apr 2015 13:06:39 +0000 (13:06 +0000)]
[WINHLP32][WORDPAD] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67253
Amine Khaldi [Sat, 18 Apr 2015 12:49:55 +0000 (12:49 +0000)]
[WINHLP32] Use DIALOGEX instead of the now obsolete DIALOG. CORE-9559
svn path=/trunk/; revision=67252
Amine Khaldi [Sat, 18 Apr 2015 12:30:30 +0000 (12:30 +0000)]
[SNDVOL32] Use DIALOGEX instead of the now obsolete DIALOG. CORE-9559
svn path=/trunk/; revision=67251
Thomas Faber [Sat, 18 Apr 2015 12:15:15 +0000 (12:15 +0000)]
[MSVCR*]
- Don't bother to clean up at process exit (Wine commit
66a54686 by Alexandre Julliard)
svn path=/trunk/; revision=67250
Daniel Reimer [Sat, 18 Apr 2015 11:31:28 +0000 (11:31 +0000)]
[IEFRAME]
Add missing DS_SHELLFONT.
svn path=/trunk/; revision=67249
Daniel Reimer [Sat, 18 Apr 2015 11:15:51 +0000 (11:15 +0000)]
[EXPLORER]
Windres hid the double resource usage very well... Revert the manifest using commit, because we already have one.
svn path=/trunk/; revision=67248
Amine Khaldi [Sat, 18 Apr 2015 11:07:22 +0000 (11:07 +0000)]
[NETAPI32] Remove unneeded casts. Inspired by CORE-7324
svn path=/trunk/; revision=67247
Daniel Reimer [Sat, 18 Apr 2015 11:04:59 +0000 (11:04 +0000)]
[MANIFEST]
Add manifest to vmwinst, explorer and winlogon.
Remove em from telephon and ntobjshex again. No dialog, no manifest ^^
svn path=/trunk/; revision=67246
Amine Khaldi [Sat, 18 Apr 2015 10:09:15 +0000 (10:09 +0000)]
[NTOBJSHEX] Fix copypasta.
svn path=/trunk/; revision=67245
Pierre Schweitzer [Sat, 18 Apr 2015 10:02:19 +0000 (10:02 +0000)]
[NTOBJSHEX]
Add French translation
svn path=/trunk/; revision=67244
Daniel Reimer [Sat, 18 Apr 2015 09:57:21 +0000 (09:57 +0000)]
[CPL]
Add manifest to telephon.cpl.
[SHELLEXT]
Add manifest to netshell, stobject and ntobjshex.
Translate ntobjshex to German.
svn path=/trunk/; revision=67243
Amine Khaldi [Sat, 18 Apr 2015 09:52:23 +0000 (09:52 +0000)]
[THEMEUI] Add this module for .msstyle file type association. By Lee Schroeder. CORE-5984
svn path=/trunk/; revision=67242
Pierre Schweitzer [Sat, 18 Apr 2015 09:50:23 +0000 (09:50 +0000)]
[IEFRAME]
Add French translation
svn path=/trunk/; revision=67241
Daniel Reimer [Sat, 18 Apr 2015 09:21:51 +0000 (09:21 +0000)]
Fixing some incorrectly written Reactos/ReactOs -> ReactOS by Raked Liska
CORE-9536 #comment Even less of these now.
svn path=/trunk/; revision=67240
Daniel Reimer [Sat, 18 Apr 2015 09:01:23 +0000 (09:01 +0000)]
Fixing some incorrectly written Reactos -> ReactOS
CORE-7524 #comment Some less of these now.
svn path=/trunk/; revision=67239
Aleksandar Andrejevic [Sat, 18 Apr 2015 04:21:28 +0000 (04:21 +0000)]
[NTVDM]
Fix the range check in VgaReadMemory and VgaWriteMemory.
svn path=/trunk/; revision=67238
Hermès Bélusca-Maïto [Sat, 18 Apr 2015 01:39:29 +0000 (01:39 +0000)]
[NTVDM]: Minor code reorganization. StartTickCount is commented out because it's unused at the moment, but it can be useful later on...
svn path=/trunk/; revision=67237
Aleksandar Andrejevic [Sat, 18 Apr 2015 00:57:50 +0000 (00:57 +0000)]
[NTVDM]
The "WORKING_TIMER" disabled code is so obsolete that it doesn't even compile anymore.
svn path=/trunk/; revision=67236
Hermès Bélusca-Maïto [Sat, 18 Apr 2015 00:29:14 +0000 (00:29 +0000)]
[NTVDM]: Partial revert to r67234: delays were in fact better than frequencies, in case one would like to define sub-frequency timers. Instead, always specify delays in nanoseconds, and add a macro to convert from frequency in hertz to duration in nanoseconds.
svn path=/trunk/; revision=67235
Hermès Bélusca-Maïto [Fri, 17 Apr 2015 23:58:01 +0000 (23:58 +0000)]
[NTVDM]: For CreateHardwareTimer, use frequencies (in hertz) instead of using milliseconds or nanoseconds (depending on some additional flag to be specified). It's therefore easier to specify what you want.
svn path=/trunk/; revision=67234
Aleksandar Andrejevic [Fri, 17 Apr 2015 21:59:41 +0000 (21:59 +0000)]
[NTVDM]
The DOS_MCB structure needs to be byte-aligned.
svn path=/trunk/; revision=67233
Thomas Faber [Fri, 17 Apr 2015 19:20:32 +0000 (19:20 +0000)]
[WINMM]
- Sync MCI_SysInfo with Wine.
CORE-8528 #resolve
svn path=/trunk/; revision=67232
Aleksandar Andrejevic [Fri, 17 Apr 2015 18:36:45 +0000 (18:36 +0000)]
[NTVDM]
- The auxiliary PS/2 port IRQ is disabled by default.
- In the DOS mouse driver's IRQ handler, just reading the entire packet
is faster than waiting for one IRQ per byte. (real drivers can do that too,
using polling, which is slower on real hardware but faster in NTVDM).
- Increase the speed of the PS/2 IRQ scheduler so that mouse packets don't
fill up the queue completely. And consequently, increase the number of
CPU steps per cycle to avoid "stuck key" bugs.
svn path=/trunk/; revision=67231
Thomas Faber [Fri, 17 Apr 2015 18:27:16 +0000 (18:27 +0000)]
[LIBUSB]
- Make some compilers and static analyzers happy by removing a no-op condition. Patch by Samuel Serapion.
CORE-7214 #resolve
svn path=/trunk/; revision=67230
Thomas Faber [Fri, 17 Apr 2015 18:21:12 +0000 (18:21 +0000)]
[NTOS:MM]
- Fix free condition in MiDereferenceImports. Based on a patch by Samuel Serapion.
CORE-7208 #resolve
svn path=/trunk/; revision=67229
Thomas Faber [Fri, 17 Apr 2015 18:06:39 +0000 (18:06 +0000)]
[WIN32K:NTUSER]
- Fix range check in NtUserSetWindowFNID. Patch by Samuel Serapion.
- Update comment on an old hack
CORE-7212 #resolve
svn path=/trunk/; revision=67228
Thomas Faber [Fri, 17 Apr 2015 18:02:09 +0000 (18:02 +0000)]
[WIN32SS]
- Fix some scrollbar bugs as indicated by user32_apitest:SetScrollInfo
- Silence a trace
CORE-9553 #resolve
svn path=/trunk/; revision=67227
Thomas Faber [Fri, 17 Apr 2015 17:22:07 +0000 (17:22 +0000)]
[USER32_APITEST]
- Add a test for SetScrollInfo
CORE-9553
svn path=/trunk/; revision=67226
Christoph von Wittich [Fri, 17 Apr 2015 13:06:33 +0000 (13:06 +0000)]
[RAPPS]
initialize CachedEntriesHead
CORE-9060
svn path=/trunk/; revision=67225
Christoph von Wittich [Fri, 17 Apr 2015 12:37:08 +0000 (12:37 +0000)]
[RAPPS]
free cached entries and some other improvements
patch by Ismael Ferreras Morezuelas aka swyter
CORE-9060
svn path=/trunk/; revision=67224
Hermès Bélusca-Maïto [Fri, 17 Apr 2015 12:13:49 +0000 (12:13 +0000)]
[NTVDM]: Fix VgaGetDoubleVisionState definition (it was already correctly used in hardware/mouse.c).
svn path=/trunk/; revision=67223
Thomas Faber [Fri, 17 Apr 2015 08:09:30 +0000 (08:09 +0000)]
[KERNEL32_APITEST]
- Make GetDriveType test succeed if the current directory is the drive root. Spotted by Edijs.
- Use strsafe functions
ROSTESTS-160 #resolve
svn path=/trunk/; revision=67222
Thomas Faber [Fri, 17 Apr 2015 07:03:37 +0000 (07:03 +0000)]
[WIN32K:NTUSER]
- Correctly check for WS_EX_NOPARENTNOTIFY in IntSendParentNotify. Patch by Andreas Maier.
CORE-9538 #resolve
svn path=/trunk/; revision=67221
Aleksandar Andrejevic [Fri, 17 Apr 2015 03:11:18 +0000 (03:11 +0000)]
[NTVDM]
Fix several mouse range-related issues.
svn path=/trunk/; revision=67220
Aleksandar Andrejevic [Fri, 17 Apr 2015 00:20:39 +0000 (00:20 +0000)]
[NTVDM]
- Completely rewrite the timing system. Replace hardcoded callbacks
with dynamic hardware timers.
- Finish implementing the PS/2 mouse.
- Fix the DOS mouse driver.
Inspired by a patch by Stefano Toncich (Tonix) (see CORE-9166).
CORE-9166 #comment A different fix was committed in r67219.
svn path=/trunk/; revision=67219
Hermès Bélusca-Maïto [Fri, 17 Apr 2015 00:01:37 +0000 (00:01 +0000)]
[CONSRV]: Addendum to r63792: use a separate flag to filter the next-mouse-move event that MUST NOT appear before a button-up event (this appears to be somewhat VM-dependent). See code and CORE-8394 for more details.
svn path=/trunk/; revision=67218
Hermès Bélusca-Maïto [Thu, 16 Apr 2015 23:08:19 +0000 (23:08 +0000)]
[CONSRV]: GUI frontend: support the 3rd and 4th mouse button.
svn path=/trunk/; revision=67217
Amine Khaldi [Thu, 16 Apr 2015 17:21:14 +0000 (17:21 +0000)]
[RPCRT4_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67216
Amine Khaldi [Thu, 16 Apr 2015 17:18:48 +0000 (17:18 +0000)]
[IEFRAME] Make ieframe translatable. Thanks to Jared Smudde, Radek Liska and all the other translators mentioned in CORE-9544
svn path=/trunk/; revision=67215
Amine Khaldi [Thu, 16 Apr 2015 15:05:34 +0000 (15:05 +0000)]
[WER] Zap this module. I don't see it in my XP and 2K3 systems. It wasn't even part of the build process. CORE-9246
svn path=/trunk/; revision=67214
Thomas Faber [Thu, 16 Apr 2015 11:35:23 +0000 (11:35 +0000)]
[USER32_APITEST]
- Add a test for CreateDialog. Patch by Andreas Maier.
ROSTESTS-163 #resolve
svn path=/trunk/; revision=67213
Amine Khaldi [Thu, 16 Apr 2015 10:53:37 +0000 (10:53 +0000)]
[GDIPLUS_WINETEST] Addendum to r58377. gdiplus:image doesn't crash anymore. CORE-6969
svn path=/trunk/; revision=67212
Hermès Bélusca-Maïto [Wed, 15 Apr 2015 21:29:53 +0000 (21:29 +0000)]
[CD_EXTRAS]: Add the possibility to have different "extras" files for the different CD targets (in addition to the hybridcd) we have (useful for testers, for ReactOS shows, etc...). By Mark Jansen.
CORE-9527 #resolve #comment Added, thanks!
svn path=/trunk/; revision=67211
Eric Kohl [Wed, 15 Apr 2015 21:04:43 +0000 (21:04 +0000)]
[SRVSVC]
Implement NetrRemoteTOD.
CORE-5423 #resolve #comment Committed in r67210.
svn path=/trunk/; revision=67210
Amine Khaldi [Wed, 15 Apr 2015 18:12:48 +0000 (18:12 +0000)]
[XMLLITE_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67209
Amine Khaldi [Wed, 15 Apr 2015 18:12:24 +0000 (18:12 +0000)]
[QMGR_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67208
Amine Khaldi [Wed, 15 Apr 2015 18:10:59 +0000 (18:10 +0000)]
[PROPSYS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67207
Amine Khaldi [Wed, 15 Apr 2015 18:10:40 +0000 (18:10 +0000)]
[PROPSYS] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67206
Amine Khaldi [Wed, 15 Apr 2015 18:10:02 +0000 (18:10 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67205
Amine Khaldi [Wed, 15 Apr 2015 18:09:34 +0000 (18:09 +0000)]
[ODBCCP32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67204
Amine Khaldi [Wed, 15 Apr 2015 18:09:13 +0000 (18:09 +0000)]
[OLEAUT32] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67203
Amine Khaldi [Wed, 15 Apr 2015 18:07:26 +0000 (18:07 +0000)]
[OLEACC] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67202
Amine Khaldi [Wed, 15 Apr 2015 18:06:22 +0000 (18:06 +0000)]
[ODBCCP32] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67201
Amine Khaldi [Wed, 15 Apr 2015 18:05:07 +0000 (18:05 +0000)]
[ODBC32] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67200
Amine Khaldi [Wed, 15 Apr 2015 18:04:15 +0000 (18:04 +0000)]
[NTDSAPI] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67199
Amine Khaldi [Wed, 15 Apr 2015 18:03:03 +0000 (18:03 +0000)]
[XMLLITE] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67198
Eric Kohl [Tue, 14 Apr 2015 21:47:06 +0000 (21:47 +0000)]
[NETAPI32]
- Add the client interface code of the server service.
- Implement NetRemoteTOD. This will not fix CORE-5423 because the server side (NetrRemoteTOD) is not implemented yet.
svn path=/trunk/; revision=67197
Eric Kohl [Tue, 14 Apr 2015 20:59:34 +0000 (20:59 +0000)]
[SRVSVC]
Add the Server service and its interface definition files.
svn path=/trunk/; revision=67196