Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
windef Namespace Reference

Functions

void usage ()
 

Function Documentation

void windef::usage ( )

Definition at line 23 of file genwindef.cpp.

Referenced by main().

23  {
24  cerr << "Usage: genwindef [-l <dllname>] [-o <output-file> | exports.def] <obj or lib filenames>" << endl;
25  exit(1);
26  }