Fix missing windows macro.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2018-05-05 19:45:41 +01:00
parent aacf9528a2
commit f20a463c36

View file

@ -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))