class Exports::Mingw

Public Instance Methods

each_export(objs) { |"strcasecmp", "_stricmp"| ... } click to toggle source
Calls superclass method Exports::Cygwin#each_export
# File ruby_3_3_0_preview1/win32/mkexports.rb, line 172
def each_export(objs)
  super
  yield "strcasecmp", "_stricmp"
  yield "strncasecmp", "_strnicmp"
end