- Jan 30, 2023
-
-
-
-
-
-
-
-
-
According to the GCC documentation,[1] __attribute__((malloc)) may not be used on functions that return memory that contains one or more valid pointers. [1] https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
PATH_MAX is used in FreeBSD-specific code in get_argv0_dir which otherwise fails.
-
- Jan 27, 2023
-
-
-
-
-
-
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
-
Signed-off-by:
Bernhard Kölbl <besentv@gmail.com>
-
Signed-off-by:
Bernhard Kölbl <besentv@gmail.com>
-
Signed-off-by:
Bernhard Kölbl <besentv@gmail.com>
-
Signed-off-by:
Bernhard Kölbl <besentv@gmail.com>
-
Signed-off-by:
Bernhard Kölbl <besentv@gmail.com>
-
Signed-off-by:
Bernhard Kölbl <besentv@gmail.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
This avoids a compiler warning.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
This avoids a compiler warning.
-
Alexandre Julliard authored
This avoids compiler warnings.
-
And start the input thread when first user is created, then stop it when last user is destroyed. The thread will not need to enter the hook critical section on stop, as no public reference are held and devices are already unacquired.
-
-
-
-
-