Initial 64-bit recompiler.
Various 64-bit fixes. Various fixes to allow building under MinGW-w64.
This commit is contained in:
parent
5be9127d64
commit
08254b8dfb
15 changed files with 1314 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue