class EL_FILE_LOCK_C_API

(source code)

description

Windows file locking C API included already in EL_WIN_32_C_API

note
	description: "Windows file locking C API included already in ${EL_WIN_32_C_API}"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-08-15 12:15:21 GMT (Thursday 15th August 2024)"
	revision: "15"

class
	EL_FILE_LOCK_C_API

inherit
	EL_WIN_32_C_API

	EL_WINDOWS_IMPLEMENTATION

end