Fix missing windows macro.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
aacf9528a2
commit
f20a463c36
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue