This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix windows build
Signed-off-by: falkTX <falktx@falktx.com>
pull/338/head
falkTX
4 years ago
parent
8c9be800be
commit
09f0747211
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/travesty/base.h
+ 1
- 1
distrho/src/travesty/base.h
View File
@@ -93,7 +93,7 @@ enum {
V3_INVALID_ARG = 0x80070057L,
V3_NOT_IMPLEMENTED = 0x80004001L,
V3_INTERNAL_ERR = 0x80004005L,
V3_NOT_INITIALI
S
ED = 0x8000FFFFL,
V3_NOT_INITIALI
Z
ED = 0x8000FFFFL,
V3_NOMEM = 0x8007000EL
};
Write
Preview
Loading…
Cancel
Save