Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 29 of file apinames.c.
{ OUTPUT_LIST = 0, /* output the list of names, one per line */ OUTPUT_WINDOWS_DEF, /* output a Windows .DEF file for Visual C++ or Mingw */ OUTPUT_BORLAND_DEF, /* output a Windows .DEF file for Borland C++ */ OUTPUT_WATCOM_LBC /* output a Watcom Linker Command File */ } OutputFormat;