We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da95f38 commit 951c89bCopy full SHA for 951c89b
lib/yamatanooroti/windows/windows-definition.rb
@@ -28,6 +28,7 @@ module Yamatanooroti::WindowsDefinition
28
29
Fiddle::SIZEOF_DWORD = Fiddle::SIZEOF_LONG
30
Fiddle::SIZEOF_WORD = Fiddle::SIZEOF_SHORT
31
+ Fiddle::SIZEOF_ULONG = Fiddle::SIZEOF_LONG if !Fiddle.const_defined?(:SIZEOF_ULONG)
32
33
COORD = struct [
34
'SHORT X',
lib/yamatanooroti/windows/windows.rb
@@ -32,7 +32,7 @@ module Yamatanooroti::WindowsTermMixin
end
module_function def get_pipename(title, suffix = nil)
35
- "yamatanooroti_#{self.testcase_title(title)}#{suffix ? ":#{suffix}" : ""}"
+ "yamatanooroti_#{testcase_title(title)}#{suffix ? ":#{suffix}" : ""}"
36
37
38
private def get_pid_from_pipe(pipehandle)
0 commit comments