The Gaudi Framework  v30r3 (a5ef0a68)
windef Namespace Reference

Functions

void usage ()
 

Function Documentation

void windef::usage ( )

Definition at line 22 of file genwindef.cpp.

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