- Feb 17, 2023
-
-
It's supposed to be the base address of the module. Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
-
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Spotted by Eric Pouech.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
-
-
-
-
We need to use the ODBC v1 function SQLColAttributesW, to ensure that we use the lowest verion available. This ODBC function internally will call SQLColAttribute or SQLColAttributesW depending on what the driver supports.
-
-
Based on a patch by Tim Clem <tclem@codeweavers.com>. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54367
-
-
- Feb 16, 2023
-
-
This prevents a bad free if RtlDosPathNameToNtPathName_U fails.
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Fixes compile error on ARM64 macOS. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54256
-
-
-
Destroying the editor window should render all the formats so they are still available after.
-
-
When using msadosql it always returns the number of records affected or records returned by a SELECT statement. The access database, which is what the defaults tests are using doesn't return the number of records for a SELECT. It's a known issue that you have to MoveLast/MoveFirst before the correct RecordCount value is return for an Access DB.
-
-
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by:
Connor McAdams <cmcadams@codeweavers.com>
-