Initial 64-bit recompiler.

Various 64-bit fixes.
Various fixes to allow building under MinGW-w64.
This commit is contained in:
TomW 2015-07-18 12:11:54 +01:00
commit 08254b8dfb
15 changed files with 1314 additions and 25 deletions

View file

@ -1,6 +1,10 @@
#include <windows.h>
#include "resources.h"
#ifndef UPDOWN_CLASS
#define UPDOWN_CLASS L"msctls_updown32"
#endif
MainMenu MENU DISCARDABLE
BEGIN
POPUP "&File"