summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authorMick Sayson <mick@sayson.com>2018-09-20 01:01:40 -0700
committeriphydf <iphydf@users.noreply.github.com>2018-09-22 11:14:45 +0000
commitf87f8719d02a9adbc9413256fe22958267cfefee (patch)
treeeef1842aac108c8887e043e33d16859f85ca8c3c /toxav
parentdc0b2e79193ef303b1ae240e79996d4619138d31 (diff)
Improve cmake build for MSVC.
Diffstat (limited to 'toxav')
-rw-r--r--toxav/msi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index 244225fa..f82b91ba 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -30,7 +30,6 @@
30#include <stdbool.h> 30#include <stdbool.h>
31#include <stdlib.h> 31#include <stdlib.h>
32#include <string.h> 32#include <string.h>
33#include <unistd.h>
34 33
35#define MSI_MAXMSG_SIZE 256 34#define MSI_MAXMSG_SIZE 256
36 35