File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ endif
118118
119119DEFINES = -DWIN32 -DHAVE_PATHDEF -DFEAT_$(FEATURES ) \
120120 -DWINVER=$(WINVER ) -D_WIN32_WINNT=$(WINVER )
121+ ifeq ($(ARCH ) ,x86-64)
122+ DEFINES+ =-DMS_WIN64
123+ endif
121124INCLUDES = -march=$(ARCH ) -Iproto
122125
123126# >>>>> name of the compiler and linker, name of lib directory
Original file line number Diff line number Diff line change @@ -328,6 +328,9 @@ endif # RUBY
328328DEF_GUI =-DFEAT_GUI_W32 -DFEAT_CLIPBOARD
329329DEFINES =-DWIN32 -DWINVER=$(WINVER ) -D_WIN32_WINNT=$(WINVER ) \
330330 -DHAVE_PATHDEF -DFEAT_$(FEATURES )
331+ ifeq ($(ARCH ) ,x86-64)
332+ DEFINES+ =-DMS_WIN64
333+ endif
331334ifeq ($(CROSS ) ,yes)
332335# cross-compiler prefix:
333336CROSS_COMPILE = i586-pc-mingw32msvc-
Original file line number Diff line number Diff line change @@ -728,6 +728,8 @@ static char *(features[]) =
728728
729729static int included_patches [] =
730730{ /* Add new patch number below this line */
731+ /**/
732+ 1313 ,
731733/**/
732734 1312 ,
733735/**/
You can’t perform that action at this time.
0 commit comments