minor spelling bug in http://digitalmars.com/d/dll.html

sclytrack sclytrack at pi.be
Thu Jan 11 01:19:00 PST 2007


1) Documentation bug in

http://digitalmars.com/d/dll.html


      case DLL_PROCESS_DETACH:
	    printf("DLL_PROCESS_DETACH\n");
	    std.c.stdio._fcloseallp = null;
	    break;

2) in the explanation below it says for the DllMain:

f std.d.stdio._fcloseallp to null. If this is not set to null,


3) The difference is the std.d. and std.c.



More information about the Digitalmars-d mailing list