Browse Source

Update copyright, update filenames on registration code side too

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.2.0^0
falkTX 1 year ago
parent
commit
9508d14735
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 6 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +5
    -1
      regsvr.c

+ 1
- 1
README.md View File

@@ -201,7 +201,7 @@ Portions copyright (C) 2010 Torben Hohn
Portions copyright (C) 2010 Nedko Arnaudov
Portions copyright (C) 2011 Christian Schoenebeck
Portions copyright (C) 2013 Joakim Hernberg
Portions copyright (C) 2020 Filipe Coelho
Portions copyright (C) 2020-2023 Filipe Coelho

The WineASIO library code is licensed under LGPL v2.1, see COPYING.LIB for more details.
The WineASIO settings UI code is licensed under GPL v2+, see COPYING.GUI for more details.

+ 5
- 1
regsvr.c View File

@@ -510,7 +510,11 @@ static struct regsvr_coclass const coclass_list[] = {
{ &CLSID_WineASIO,
"WineASIO Object",
NULL,
"wineasio.dll",
#ifdef NATIVE_INT64
"wineasio64.dll",
#else
"wineasio32.dll",
#endif
"Apartment"
},
{ NULL } /* list terminator */


Loading…
Cancel
Save