mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Some small changes to ensure code compiles with GCC. (PR #877)
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include "Speech.h"
|
||||
#endif
|
||||
|
||||
static const UINT VERSIONSTRING_SIZE = 16;
|
||||
static const UINT VERSIONSTRING_SIZE = 16;
|
||||
static UINT16 g_OldAppleWinVersion[4] = {0};
|
||||
UINT16 g_AppleWinVersion[4] = { 0 };
|
||||
TCHAR VERSIONSTRING[VERSIONSTRING_SIZE] = "xx.yy.zz.ww";
|
||||
|
||||
Reference in New Issue
Block a user