reactos.git
5 years ago[NTOSKRNL] Store page file minimum size and use it to prevent page file shrinking
Pierre Schweitzer [Thu, 16 Aug 2018 11:41:16 +0000 (13:41 +0200)]
[NTOSKRNL] Store page file minimum size and use it to prevent page file shrinking

5 years ago[NTOSKRNL] Page files don't have an init size, but a minimum size
Pierre Schweitzer [Thu, 16 Aug 2018 10:42:34 +0000 (12:42 +0200)]
[NTOSKRNL] Page files don't have an init size, but a minimum size

NFC

5 years ago[NTOSKRNL] Drop the MmPagingFile spin lock in favor of a guarded mutex
Pierre Schweitzer [Thu, 16 Aug 2018 10:39:24 +0000 (12:39 +0200)]
[NTOSKRNL] Drop the MmPagingFile spin lock in favor of a guarded mutex

5 years ago[NTOSKRNL] Drop the alloc map from page file
Pierre Schweitzer [Thu, 16 Aug 2018 10:16:39 +0000 (12:16 +0200)]
[NTOSKRNL] Drop the alloc map from page file

It was making no sense, and implemented in a broken way
that couldn't have worked if code path was used.

5 years ago[NTOSKRNL] Stub page file extension support
Pierre Schweitzer [Thu, 16 Aug 2018 09:58:58 +0000 (11:58 +0200)]
[NTOSKRNL] Stub page file extension support

5 years ago[WIN32SS] Fix DrawText wrt DT_CALCRECT | DT_VCENTER (#745)
Katayama Hirofumi MZ [Wed, 15 Aug 2018 17:50:19 +0000 (02:50 +0900)]
[WIN32SS] Fix DrawText wrt DT_CALCRECT | DT_VCENTER (#745)

The test program: https://jira.reactos.org/secure/attachment/47925/TnB3.zip
CORE-14896

5 years ago[SYSDM] Use single string control for system version
Stanislav Motylkov [Sat, 11 Aug 2018 09:56:08 +0000 (12:56 +0300)]
[SYSDM] Use single string control for system version

5 years ago[SYSSETUP] Fix the button sizes of theme selection dialog (#746)
Katayama Hirofumi MZ [Wed, 15 Aug 2018 16:32:17 +0000 (01:32 +0900)]
[SYSSETUP] Fix the button sizes of theme selection dialog (#746)

CORE-14896

5 years agoRemove unnecessary executable bits
Mike Swanson [Tue, 14 Aug 2018 23:10:55 +0000 (16:10 -0700)]
Remove unnecessary executable bits

5 years ago[WIN32SS][USER] fixing couple typos for WINVER >= 0x600
Denis Malikov [Wed, 15 Aug 2018 15:05:03 +0000 (22:05 +0700)]
[WIN32SS][USER] fixing couple typos for WINVER >= 0x600

CORE-12596

5 years ago[BTRFS] Leak the root stream file object on mount.
Pierre Schweitzer [Wed, 15 Aug 2018 14:38:56 +0000 (16:38 +0200)]
[BTRFS] Leak the root stream file object on mount.

For whatever (unknown) reason yet, this stream file object
seems to be deleted when still in use while installing
ReactOS on BtrFS partition, leading to use after free.

So, quick and dirty hack: leak it to prevent deletion.

CORE-13769

5 years ago[BTRFS] Allow driver to start at first stage when no hive is present.
Pierre Schweitzer [Wed, 15 Aug 2018 14:35:05 +0000 (16:35 +0200)]
[BTRFS] Allow driver to start at first stage when no hive is present.

Contrary to upstream, we will ignore failure when opening registry
and will keep going.

CORE-13769

5 years ago[APPHELP_APITEST] Fix rc dependency. 477/head
Mark Jansen [Wed, 1 Aug 2018 20:15:51 +0000 (22:15 +0200)]
[APPHELP_APITEST] Fix rc dependency.
As pointed out by Thomas.

5 years ago[RTL][KERNEL32] Add a comment indicating we need SEH in RtlImageNtHeaderEx
Mark Jansen [Sun, 29 Jul 2018 17:45:13 +0000 (19:45 +0200)]
[RTL][KERNEL32] Add a comment indicating we need SEH in RtlImageNtHeaderEx
CORE-14532
CORE-14857

5 years ago[LDR] Guard some sections where we grab a lock.
Mark Jansen [Sun, 29 Jul 2018 15:40:42 +0000 (17:40 +0200)]
[LDR] Guard some sections where we grab a lock.
CORE-14532

5 years ago[NTDLL_APITEST] Show behavior with exceptions in DllMain.
Mark Jansen [Sat, 14 Apr 2018 19:00:18 +0000 (21:00 +0200)]
[NTDLL_APITEST] Show behavior with exceptions in DllMain.
CORE-14532

5 years ago[LDR] Add debug logging when we encountered an exception in dll/tls callbacks.
Mark Jansen [Sun, 29 Jul 2018 15:13:42 +0000 (17:13 +0200)]
[LDR] Add debug logging when we encountered an exception in dll/tls callbacks.
CORE-14532

5 years ago[LDR] Protect calls from LdrpCallInitRoutine and LdrpCallTlsInitializers with SEH.
Mark Jansen [Sun, 8 Apr 2018 19:51:20 +0000 (21:51 +0200)]
[LDR] Protect calls from LdrpCallInitRoutine and LdrpCallTlsInitializers with SEH.
CORE-14532

5 years ago[NTOSKRNL] Don't use anonymus allocations for MM objects
Pierre Schweitzer [Mon, 13 Aug 2018 06:29:17 +0000 (08:29 +0200)]
[NTOSKRNL] Don't use anonymus allocations for MM objects

5 years ago[NTOSKRNL] Keep page file name along the page file and free it on shutdown
Pierre Schweitzer [Mon, 13 Aug 2018 06:24:39 +0000 (08:24 +0200)]
[NTOSKRNL] Keep page file name along the page file and free it on shutdown

5 years ago[NTOSKRNL] Dereference page file objects in MM shutdown phase 1
Pierre Schweitzer [Mon, 13 Aug 2018 06:23:44 +0000 (08:23 +0200)]
[NTOSKRNL] Dereference page file objects in MM shutdown phase 1

Hack the call the MM shutdown phase  1

5 years ago[NTOSKRNL] Close page files (and delete them!) on shutdown
Pierre Schweitzer [Mon, 13 Aug 2018 05:52:05 +0000 (07:52 +0200)]
[NTOSKRNL] Close page files (and delete them!) on shutdown

5 years ago[NTOSKRNL] Stub MM shutdown
Pierre Schweitzer [Mon, 13 Aug 2018 05:42:57 +0000 (07:42 +0200)]
[NTOSKRNL] Stub MM shutdown

5 years ago[UMPNPMGR] Partially implement ReenumerateDeviceInstance which is needed by the Lenov...
Eric Kohl [Sun, 12 Aug 2018 20:19:05 +0000 (22:19 +0200)]
[UMPNPMGR] Partially implement ReenumerateDeviceInstance which is needed by the Lenovo T400 network driver installer

5 years ago[SYSTEMINFO] Fix various bugs and add SMBIOS support
Stanislav Motylkov [Tue, 31 Jul 2018 15:57:58 +0000 (18:57 +0300)]
[SYSTEMINFO] Fix various bugs and add SMBIOS support

5 years ago[WIN32SS][FONT] Fix font metrics (#713)
Katayama Hirofumi MZ [Sun, 12 Aug 2018 13:12:13 +0000 (22:12 +0900)]
[WIN32SS][FONT] Fix font metrics (#713)

Fix vertical alignment and Aspect penalty; improve font penalty system; fixes for Wine tests.
This is an update of #706. See CORE-11536 for more details.

The display of the following programs is fixed:
- Total Commander 8.52 setup: font displayed too large - CORE-11620.
- Effective File Search 6.8.1 german localization text rendering issues - CORE-14378.
- Font garbage in register splash screen in Foxit Reader 7.1.5 - CORE-9767.
- Calipers-1 is not displayed correctly - CORE-14302.
- Some MSI-installers draw their dialogs too large (example: Click-N-Type Virtual Keyboard 3.03.0412) - CORE-13161.
- Irfanview 4.50: font in zoom combobox displayed too large - CORE-14396.
- Rufus: The window and controls are displayed larger than necessary - CORE-14461.

5 years ago[NETAPI32] Add DFS RPC interface and some DFS stubs
Eric Kohl [Sun, 12 Aug 2018 12:13:26 +0000 (14:13 +0200)]
[NETAPI32] Add DFS RPC interface and some DFS stubs

5 years ago[DXDIAG] Fix wrapped controls in russian translation
Stanislav Motylkov [Sun, 12 Aug 2018 09:11:39 +0000 (12:11 +0300)]
[DXDIAG] Fix wrapped controls in russian translation

5 years ago[DXDIAG] Minor code style fixes
Stanislav Motylkov [Fri, 3 Aug 2018 21:22:49 +0000 (00:22 +0300)]
[DXDIAG] Minor code style fixes

5 years ago[DXDIAG] Fix blank system and BIOS values
Stanislav Motylkov [Tue, 31 Jul 2018 15:52:09 +0000 (18:52 +0300)]
[DXDIAG] Fix blank system and BIOS values

CORE-5961 #resolve

5 years ago[SDK] Add user-mode DMI/SMBIOS helper library
Stanislav Motylkov [Tue, 31 Jul 2018 15:48:32 +0000 (18:48 +0300)]
[SDK] Add user-mode DMI/SMBIOS helper library

CORE-5961

5 years ago[MSPAINT] Fix interpretation of command line (#707)
Katayama Hirofumi MZ [Sun, 12 Aug 2018 09:23:16 +0000 (18:23 +0900)]
[MSPAINT] Fix interpretation of command line (#707)

5 years ago[KMTESTS:MM] Properly clean up files
Pierre Schweitzer [Sun, 12 Aug 2018 08:05:25 +0000 (10:05 +0200)]
[KMTESTS:MM] Properly clean up files

This fixes driver unloading on Windows.

ROSTESTS-266

5 years ago[NTOSKRNL] Misc fixes:
Pierre Schweitzer [Sat, 11 Aug 2018 21:34:08 +0000 (23:34 +0200)]
[NTOSKRNL] Misc fixes:
- Rename page file struct to MMPAGING_FILE
- Increment page files count after current page file was put in the list

5 years ago[NTOSKRNL] Rename PagingFileList to MmPagingFile and make insertion simpler
Pierre Schweitzer [Sat, 11 Aug 2018 21:19:58 +0000 (23:19 +0200)]
[NTOSKRNL] Rename PagingFileList to MmPagingFile and make insertion simpler

5 years ago[NTOSKRNL] Remove useless define
Pierre Schweitzer [Sat, 11 Aug 2018 21:07:53 +0000 (23:07 +0200)]
[NTOSKRNL] Remove useless define

5 years ago[NTOSKRNL] Replace the alloc map by a bitmap
Pierre Schweitzer [Sat, 11 Aug 2018 20:47:58 +0000 (22:47 +0200)]
[NTOSKRNL] Replace the alloc map by a bitmap

5 years ago[NTOSKRNL] Drop unused field
Pierre Schweitzer [Sat, 11 Aug 2018 20:06:41 +0000 (22:06 +0200)]
[NTOSKRNL] Drop unused field

5 years ago[NTOSKRNL] Revert r4668 (yeah, that was 15y ago)
Pierre Schweitzer [Sat, 11 Aug 2018 16:37:31 +0000 (18:37 +0200)]
[NTOSKRNL] Revert r4668 (yeah, that was 15y ago)

It's hardly understandable and doesn't really makes sense.
Furthermore, it breaks compatibility with 3rd party FSD that
don't implement such FSCTL.
Obviously, Windows doesn't do this.

5 years ago[NTOSKRNL] Restrict rights on the page file
Pierre Schweitzer [Fri, 10 Aug 2018 06:40:02 +0000 (08:40 +0200)]
[NTOSKRNL] Restrict rights on the page file

5 years ago[NTOSKRNL] Deny page file creation on floppy disk
Pierre Schweitzer [Fri, 10 Aug 2018 06:01:31 +0000 (08:01 +0200)]
[NTOSKRNL] Deny page file creation on floppy disk

5 years ago[NTOSKRNL] Properly open a page file and set appropriate attributes
Pierre Schweitzer [Fri, 10 Aug 2018 05:50:16 +0000 (07:50 +0200)]
[NTOSKRNL] Properly open a page file and set appropriate attributes

5 years ago[NTOSKRNL] Check that caller has appropriate right before creating page file
Pierre Schweitzer [Thu, 9 Aug 2018 19:13:08 +0000 (21:13 +0200)]
[NTOSKRNL] Check that caller has appropriate right before creating page file

5 years ago[DLLHOST] Add dllhost to make the device driver extractor for my Lenovo T400 happy
Eric Kohl [Sat, 11 Aug 2018 20:25:30 +0000 (22:25 +0200)]
[DLLHOST] Add dllhost to make the device driver extractor for my Lenovo T400 happy

5 years ago[WIN32SS][FONT] Fix the system logical stock font data (#709)
Katayama Hirofumi MZ [Fri, 10 Aug 2018 13:37:37 +0000 (22:37 +0900)]
[WIN32SS][FONT] Fix the system logical stock font data (#709)

This fixes the stock font data to improve font selection.
CORE-14885

5 years ago[SHELL32] Fix a careless mistake of ShellExecCmdLine (#737)
Katayama Hirofumi MZ [Fri, 10 Aug 2018 11:25:50 +0000 (20:25 +0900)]
[SHELL32] Fix a careless mistake of ShellExecCmdLine (#737)

CORE-14886

5 years ago[CONSRV] Implement support for file/directory drag-and-drop (#692). 692/head
Katayama Hirofumi MZ [Wed, 18 Jul 2018 20:02:49 +0000 (05:02 +0900)]
[CONSRV] Implement support for file/directory drag-and-drop (#692).
CORE-14833

5 years ago[REACTOS] Improve how some ASSERTMSG() message values are printed: enforce ending... 660/head
Serge Gautherie [Wed, 4 Jul 2018 01:42:04 +0000 (03:42 +0200)]
[REACTOS] Improve how some ASSERTMSG() message values are printed: enforce ending "\n".

NB: Not touching calls in "third-party" code: class and classpnp.

5 years ago[CMLIB] Simplify an ASSERTMSG() as an ASSERT().
Serge Gautherie [Mon, 2 Jul 2018 09:45:01 +0000 (11:45 +0200)]
[CMLIB] Simplify an ASSERTMSG() as an ASSERT().

5 years ago[BOOTLIB] Fix the implementation of RtlAssert() ('Message' can be NULL, and fix the...
Hermès Bélusca-Maïto [Wed, 8 Aug 2018 19:37:22 +0000 (21:37 +0200)]
[BOOTLIB] Fix the implementation of RtlAssert() ('Message' can be NULL, and fix the printing of ANSI string). Fix also the implementation of DbgPrint().

5 years ago[REACTOS] RtlAssert(): use "%lu" as LineNumber format.
Serge Gautherie [Thu, 21 Jun 2018 03:05:50 +0000 (05:05 +0200)]
[REACTOS] RtlAssert(): use "%lu" as LineNumber format.

5 years ago[CONSRV] Minor code re-organization.
Hermès Bélusca-Maïto [Wed, 8 Aug 2018 18:45:39 +0000 (20:45 +0200)]
[CONSRV] Minor code re-organization.

5 years ago[CONSRV] Add a PasteText() helper function and use it.
Hermès Bélusca-Maïto [Wed, 8 Aug 2018 18:38:41 +0000 (20:38 +0200)]
[CONSRV] Add a PasteText() helper function and use it.

5 years ago[HAL] Remove misleading debug prints about USB controllers.
Thomas Faber [Wed, 8 Aug 2018 17:58:56 +0000 (19:58 +0200)]
[HAL] Remove misleading debug prints about USB controllers.

5 years ago[CMD] Small translation update.
Hermès Bélusca-Maïto [Tue, 7 Aug 2018 17:40:06 +0000 (19:40 +0200)]
[CMD] Small translation update.

5 years ago[TRANSLATION][WMIC] Add Italian translation
Bișoc George [Tue, 7 Aug 2018 18:31:56 +0000 (20:31 +0200)]
[TRANSLATION][WMIC] Add Italian translation

5 years ago[WLNOTIFY] Add sens service stubs
Eric Kohl [Tue, 7 Aug 2018 20:56:33 +0000 (22:56 +0200)]
[WLNOTIFY] Add sens service stubs

5 years ago[NTOSKRNL] Round memory size up, "debug log" part
Serge Gautherie [Fri, 2 Feb 2018 23:19:18 +0000 (00:19 +0100)]
[NTOSKRNL] Round memory size up, "debug log" part

Assumed to better match actual physical RAM size.

CORE-12321

5 years ago[BOOTDATA] Change the default open command for HTA files to open in Wine Internet...
Jared Smudde [Tue, 7 Aug 2018 11:22:03 +0000 (06:22 -0500)]
[BOOTDATA] Change the default open command for HTA files to open in Wine Internet Explorer. (#719)

It's a shortcut from implementing the function in mshtml but it works.
Also add an edit option to the right click menu.

5 years ago[CMD] Add speed-optimized checks for dot-directories "." and ".." .
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 20:36:14 +0000 (22:36 +0200)]
[CMD] Add speed-optimized checks for dot-directories "." and ".." .

Adapted from PR #592 by Katayama Hirofumi MZ.

5 years ago[CMD] Fix the way the DIR-command pattern is interpreted when it contains paths or...
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 19:46:38 +0000 (21:46 +0200)]
[CMD] Fix the way the DIR-command pattern is interpreted when it contains paths or filenames with trailing dots.

Particular DIR commands like: "DIR .", "DIR .." now work as expected,
and we also correctly fix the behavior for files without extension,
that r38746 (2b06cfc0) originally tried to fix but broke the previous
examples.
Therefore "DIR *." and "DIR noextfile." work too.

Pathological cases like "DIR \...", "DIR \...\.", "DIR ..\...\.." and
the like (and with more than 3 dots) now work as expected.

Adapted from PR #592 by Katayama Hirofumi MZ, but with extended bugfixing.

CORE-13961

5 years ago[CMD] Code formatting; use LPCTSTR where possible; use a MAX_PATH sized dircmd buffer.
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 19:22:27 +0000 (21:22 +0200)]
[CMD] Code formatting; use LPCTSTR where possible; use a MAX_PATH sized dircmd buffer.

5 years ago[CMD] Create a DirNodeCleanup() helper for cleanup and simplify code (adapted from...
Katayama Hirofumi MZ [Mon, 25 Jun 2018 00:53:45 +0000 (09:53 +0900)]
[CMD] Create a DirNodeCleanup() helper for cleanup and simplify code (adapted from PR #592).

5 years ago[CMD] Fix French translation.
Hermès Bélusca-Maïto [Sun, 29 Jul 2018 23:36:43 +0000 (01:36 +0200)]
[CMD] Fix French translation.

5 years ago[NTOSKRNL] Fix a nullptr dereference in IopStartDevice 732/head
Mark Jansen [Sun, 5 Aug 2018 20:14:44 +0000 (22:14 +0200)]
[NTOSKRNL] Fix a nullptr dereference in IopStartDevice

5 years ago[WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6.
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 15:30:21 +0000 (17:30 +0200)]
[WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6.

5 years ago[WINLOGON][MSGINA] Fix typo.
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 15:29:34 +0000 (17:29 +0200)]
[WINLOGON][MSGINA] Fix typo.

5 years ago[SYSSETUP] SetupStartService: Wait until the service is running
Eric Kohl [Sun, 5 Aug 2018 18:02:22 +0000 (20:02 +0200)]
[SYSSETUP] SetupStartService: Wait until the service is running

5 years ago[ADVAPI32] Add parameter checks to LogonUserExW and initialize the token handle.
Eric Kohl [Sun, 5 Aug 2018 14:16:53 +0000 (16:16 +0200)]
[ADVAPI32] Add parameter checks to LogonUserExW and initialize the token handle.

5 years ago[NETAPI32] Implement I_NetServerSetServiceBits()
Eric Kohl [Sun, 5 Aug 2018 13:57:03 +0000 (15:57 +0200)]
[NETAPI32] Implement I_NetServerSetServiceBits()

5 years ago[NETAPI32] Add annotations and move NetUseGetInfo to a better location.
Eric Kohl [Sun, 5 Aug 2018 13:36:48 +0000 (15:36 +0200)]
[NETAPI32] Add annotations and move NetUseGetInfo to a better location.

5 years ago[SRVSVC] Set and retrieve service bits and rename unknown functions
Eric Kohl [Sun, 5 Aug 2018 13:04:01 +0000 (15:04 +0200)]
[SRVSVC] Set and retrieve service bits and rename unknown functions

- Service bits are set by NetrServerSetServiceBits and can be retrieved by NetrServerGetInfo.
- The real name of function 42 is NetrServerSetServiceBitsEx and the real name of function 47 is NetrDfsSetServerInfo.

5 years ago[SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
Katayama Hirofumi MZ [Sun, 5 Aug 2018 11:39:17 +0000 (20:39 +0900)]
[SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)

The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.

- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.

CORE-14790

5 years ago[MSCONFIG] Fix buffer overflow when handling long service command lines.
Thomas Faber [Sun, 5 Aug 2018 10:57:25 +0000 (12:57 +0200)]
[MSCONFIG] Fix buffer overflow when handling long service command lines.

5 years ago[ZIPFLDR] Add 'Extract All' to individual item context menu. 728/head
Mark Jansen [Thu, 2 Aug 2018 20:36:17 +0000 (22:36 +0200)]
[ZIPFLDR] Add 'Extract All' to individual item context menu.

5 years ago[ZIPFLDR] Add 'Extract All' menu item to the folder context menu.
Mark Jansen [Thu, 2 Aug 2018 19:36:54 +0000 (21:36 +0200)]
[ZIPFLDR] Add 'Extract All' menu item to the folder context menu.

5 years ago[ATL] Fix the CComQIIDPtr template.
Mark Jansen [Fri, 3 Aug 2018 18:45:20 +0000 (20:45 +0200)]
[ATL] Fix the CComQIIDPtr template.

5 years ago[ZIPFLDR] Implement RouteTheCall, so that applications can 'launch' zip files
Mark Jansen [Sat, 21 Apr 2018 22:00:34 +0000 (00:00 +0200)]
[ZIPFLDR] Implement RouteTheCall, so that applications can 'launch' zip files

5 years ago[HAL] Add NT6-compatible version of HalpMapPhysicalMemory64 and HalpUnmapVirtualAddress 359/head
Denis Malikov [Sun, 4 Feb 2018 15:59:21 +0000 (22:59 +0700)]
[HAL] Add NT6-compatible version of HalpMapPhysicalMemory64 and HalpUnmapVirtualAddress

5 years ago[LSASRV] Implement and call the policy change notification routine
Eric Kohl [Sat, 4 Aug 2018 23:05:52 +0000 (01:05 +0200)]
[LSASRV] Implement and call the policy change notification routine

5 years ago[LSASRV][SECUR32] Implement LsaRegisterPolicyChangeNotification and LsaUnregisterPoli...
Eric Kohl [Sat, 4 Aug 2018 20:17:52 +0000 (22:17 +0200)]
[LSASRV][SECUR32] Implement LsaRegisterPolicyChangeNotification and LsaUnregisterPolicyChangeNotification

5 years ago[REACTOS] Fix 64 bit issues
Timo Kreuzer [Sat, 7 Jul 2018 14:09:03 +0000 (16:09 +0200)]
[REACTOS] Fix 64 bit issues

5 years ago[DLLS] Fix 64 bit issues
Timo Kreuzer [Mon, 23 Apr 2018 09:42:32 +0000 (11:42 +0200)]
[DLLS] Fix 64 bit issues

5 years ago[APPLICATIONS] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:12:18 +0000 (16:12 +0100)]
[APPLICATIONS] Fix 64 bit issues

5 years ago[MVDM] Fix 64 bit issues
Timo Kreuzer [Sun, 11 Feb 2018 23:38:10 +0000 (00:38 +0100)]
[MVDM] Fix 64 bit issues

5 years ago[WINSRV] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:07:41 +0000 (16:07 +0100)]
[WINSRV] Fix 64 bit issues

5 years ago[REACTX] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 20:58:15 +0000 (21:58 +0100)]
[REACTX] Fix 64 bit issues

5 years ago[APPHELP] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:04:17 +0000 (16:04 +0100)]
[APPHELP] Fix 64 bit issues

5 years ago[SHELL32] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:05:00 +0000 (16:05 +0100)]
[SHELL32] Fix 64 bit issues

5 years ago[USER32] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 16:44:13 +0000 (17:44 +0100)]
[USER32] Fix 64 bit issues

5 years ago[GDI32] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:06:54 +0000 (16:06 +0100)]
[GDI32] Fix 64 bit issues

5 years ago[KERNEL32] Fix 64 bit issues
Timo Kreuzer [Thu, 15 Feb 2018 21:34:48 +0000 (22:34 +0100)]
[KERNEL32] Fix 64 bit issues

5 years ago[DRIVERS] Fix 64 bit issues
Timo Kreuzer [Mon, 23 Apr 2018 09:27:49 +0000 (11:27 +0200)]
[DRIVERS] Fix 64 bit issues

5 years ago[UNIATA] Fix 64 bit issues
Timo Kreuzer [Tue, 27 Feb 2018 21:15:44 +0000 (22:15 +0100)]
[UNIATA] Fix 64 bit issues

5 years ago[USBPORT] Fix 64 bit issues
Timo Kreuzer [Tue, 27 Feb 2018 20:56:06 +0000 (21:56 +0100)]
[USBPORT] Fix 64 bit issues

5 years ago[NTOS] Fix 64 bit issues
Timo Kreuzer [Mon, 29 Jan 2018 19:31:07 +0000 (20:31 +0100)]
[NTOS] Fix 64 bit issues

5 years ago[FREELDR] Fix 64 bit issues
Timo Kreuzer [Tue, 6 Feb 2018 00:17:11 +0000 (01:17 +0100)]
[FREELDR] Fix 64 bit issues

5 years ago[ROSTESTS] Fix 64 bit issues
Timo Kreuzer [Sat, 14 Jul 2018 10:32:57 +0000 (12:32 +0200)]
[ROSTESTS] Fix 64 bit issues

5 years ago[KMTESTS] Fix 64 bit issues
Timo Kreuzer [Mon, 5 Mar 2018 11:07:15 +0000 (12:07 +0100)]
[KMTESTS] Fix 64 bit issues

5 years ago[TRANSLATIONS] Fix spanish translations for some resources (#725)
Julio Carchi [Fri, 3 Aug 2018 13:08:13 +0000 (08:08 -0500)]
[TRANSLATIONS] Fix spanish translations for some resources (#725)

Setup wizard
Network settings wizard
Input CPL
Open file dialogs
Devmgr
Explorer