This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Another msvc fix, missing include
Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX
1 year ago
parent
6f8ff6d977
commit
68fa12d9e1
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/includes/CarlaDefines.h
+ 1
- 0
source/includes/CarlaDefines.h
View File
@@ -325,6 +325,7 @@ typedef unsigned int uint;
typedef unsigned long int ulong;
typedef unsigned long long int ulonglong;
#ifdef _MSC_VER
# include <basetsd.h>
typedef SSIZE_T ssize_t;
#endif
Write
Preview
Loading…
Cancel
Save