22 lines
491 B
C
22 lines
491 B
C
|
|
||
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// int FAR PASCAL LibMain (hInst, wDataSeg, cbHeapSize, lpszCmdLine)
|
||
|
//
|
||
|
// The main library entry point. This routine is called when the library
|
||
|
// is loaded.
|
||
|
//
|
||
|
// Arguments:
|
||
|
//
|
||
|
// hInst -
|
||
|
// wDataSeg -
|
||
|
// cbHeapSize -
|
||
|
// lpszCmdLine -
|
||
|
//
|
||
|
// Returns:
|
||
|
//
|
||
|
// Effects:
|
||
|
//
|
||
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
|