- 01 Nov, 2014 2 commits
-
-
Diego Biurrun authored
Under Windows the parameter is passed on to DeviceIoControl() as a non-const parameter.
-
Jean-Baptiste Kempf authored
-
- 31 Oct, 2014 16 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
None of the supported development environments on Windows need it.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Adapted from a Haiku ports packaging patch.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The ASPI access method is only relevant on Windows 9x versions where no alternative exists. However, These Windows versions are obsolete since a long time and have no more real world usage. Also, the ASPI code is ugly and a maintenance burden.
-
- 30 Oct, 2014 22 commits
-
-
Diego Biurrun authored
The latter is the more common idiom, the former reads weird.
-
Diego Biurrun authored
This silences a complaint from the MSVC code analyzer.
-
Diego Biurrun authored
This silences a complaint from the MSVC code analyzer.
-
Diego Biurrun authored
This silences related complaints from MSVC about those function names.
-
Diego Biurrun authored
This prevents a possible NULL pointer dereference further along.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes some related incompatible pointer type warnings.
-
Diego Biurrun authored
-
Diego Biurrun authored
On non-Linux platform dvd_region uses static functions from ioctl.c, so just linking against the object file is not enough.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
C99 reserves identifier names starting with an underscore at the file level.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The quotes were preventing an ifelse clause in the message from taking effect.
-
Diego Biurrun authored
-