浏览代码

Only configure restart registration on 64-bit win32.

woollybah 6 年之前
父节点
当前提交
e0e6a595ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      maxide.bmx

+ 1 - 1
maxide.bmx

@@ -6317,7 +6317,7 @@ Type TCodePlay
 	End Method
 
 	Method UpdateRestartState()
-?win32
+?win32x64
 		If options.restartaftershutdown Then
 			' set to restart if the system restarted
 			RegisterApplicationRestart(Null, RESTART_NO_CRASH | RESTART_NO_HANG)