Methods
E
Instance Public methods
each_export(objs)
# File win32/mkexports.rb, line 162
def each_export(objs)
  super
  yield "strcasecmp", "_stricmp"
  yield "strncasecmp", "_strnicmp"
end