Allow the FM Network code to build on Windows.

This commit is contained in:
Jonathan Naylor
2020-11-09 12:17:06 +00:00
parent d1942fcb43
commit 827a0cb72f
3 changed files with 28 additions and 6 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20201106";
const char* VERSION = "20201109";
#endif