March 29, 2016 Druntime » [D-runtime] [D-Programming-Language/druntime] ab73b0: core.sys.windows.winuser: Provide valid GetMonitor... | |||
|---|---|---|---|
| |||
...paths:
M src/core/sys/windows/winuser.d
Log Message:
-----------
core.sys.windows.winuser: Provide... | |||
March 29, 2016 Issues » [Issue 15217] overloaded extern(C) function declarations are allowed | |||
|---|---|---|---|
| |||
...com/D-Programming-Language/druntime/blob/master/src/core/sys/windows/winuser.d#L4425-L4428 -- | |||
March 29, 2016 Issues » [Issue 15846] New: Windows console cannot read properly UTF-8 lines | |||
|---|---|---|---|
| |||
...using Windows 10 */
version(Windows)
{
import core.sys.windows.windows;
if (SetConsoleCP(65001) == 0)
throw... | |||
March 29, 2016 Issues » [Issue 15845] New: Windows console cannot read properly UTF-8 lines | |||
|---|---|---|---|
| |||
...using Windows 10 */
version(Windows)
{
import core.sys.windows.windows;
if (SetConsoleCP(65001) == 0)
throw... | |||
March 27, 2016 Learn » Re: SDL Error: identifier expected following '.', not 'version' | |||
|---|---|---|---|
| |||
...wrote: BTW, I should caution that the Sys_WM stuff in Derelict may be buggy... | |||
March 27, 2016 Issues » [Issue 15838] New: Many Win32 API callback functions miss extern(Windows) | |||
|---|---|---|---|
| |||
...2.070 druntime comes with rich core.sys.windows.* headers for Windows. So, each of... | |||
March 26, 2016 Learn » Re: Random Access I/O | |||
|---|---|---|---|
| |||
...C. This function is in `import core.sys.posix.fcntl;` (the documentation is lax on... | |||
March 25, 2016 Issues » [Issue 15831] New: IFTI voldemort type exploding bloat | |||
|---|---|---|---|
| |||
...d real 0m0.058s user 0m0.040s sys 0m0.014s Stevens-MacBook-Pro:testd steves... | |||
March 25, 2016 General » Re: debugger blues | |||
|---|---|---|---|
| |||
...very accessible and undocumented spot of core.sys.c.signal! And heaven help you if... | |||
March 25, 2016 Learn » Strange behavior in console with UTF-8 | |||
|---|---|---|---|
| |||
...using Windows 10 */
version(Windows)
{
import core.sys.windows.windows;
if (SetConsoleCP(65001) == 0)
throw... | |||
Copyright © 1999-2021 by the D Language Foundation