Files @ r15308:46e6663ae21c
Branch filter:

Location: cpp/openttd-patchpack/source/src/os/windows/win64.asm

alberth
(svn r19959) -Fix (r19889): Disable drag destination highlighting when aborting a drag.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END