Diff for /embedaddon/libnet/src/libnet_dll.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:14:23 version 1.1.1.2, 2023/09/27 11:11:38
Line 29 Line 29
  *   *
  */   */
   
#include "../include/win32/libnet.h"#include "common.h"
 #include "packet32.h"  #include "packet32.h"
   
 BOOL WINAPI DllMain(HINSTANCE hinst, ULONG fdwReason, LPVOID lpReserved)  BOOL WINAPI DllMain(HINSTANCE hinst, ULONG fdwReason, LPVOID lpReserved)
Line 44  BOOL WINAPI DllMain(HINSTANCE hinst, ULONG fdwReason,  Line 44  BOOL WINAPI DllMain(HINSTANCE hinst, ULONG fdwReason, 
     return (TRUE);      return (TRUE);
 }  }
   
/* EOF *//**
  * Local Variables:
  *  indent-tabs-mode: nil
  *  c-file-style: "stroustrup"
  * End:
  */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>