npackon.inc 297 B

12345678910111213
  1. (* this header sets packing to 1 *)
  2. {$PACKRECORDS 1}
  3. // pragma pack(1)
  4. {
  5. $Log$
  6. Revision 1.1 2003-02-22 18:23:26 armin
  7. * removed nwstdio and nwthread
  8. * added nwnit.pp and nwserv.pp containing nearly all netware server structures/function definitions available in the c sdk
  9. }