From f20a463c36b8a6a318149adeb477795f1ce79c70 Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Sat, 5 May 2018 19:45:41 +0100 Subject: [PATCH] Fix missing windows macro. Signed-off-by: Andrea Odetti --- source/linux/wwrapper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/linux/wwrapper.h b/source/linux/wwrapper.h index f03d0ed5..dcde0413 100644 --- a/source/linux/wwrapper.h +++ b/source/linux/wwrapper.h @@ -56,6 +56,8 @@ #define OPEN_EXISTING 3 #define CREATE_NEW 1 +#define CBR_9600 9600 + #define _T(x) x #define MoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length))