mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 20:05:08 +03:00
spelling: dynamically
This commit is contained in:
parent
6156958426
commit
0d10efca8a
@ -346,7 +346,7 @@ LONG PacketDumpRegistryKey(PCHAR KeyName, PCHAR FileName);
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* We load dinamically the dag library in order link it only when it's present on the system */
|
/* We load dynamically the dag library in order link it only when it's present on the system */
|
||||||
#ifdef HAVE_DAG_API
|
#ifdef HAVE_DAG_API
|
||||||
typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll
|
typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll
|
||||||
typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll
|
typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll
|
||||||
|
@ -346,7 +346,7 @@ LONG PacketDumpRegistryKey(PCHAR KeyName, PCHAR FileName);
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* We load dinamically the dag library in order link it only when it's present on the system */
|
/* We load dynamically the dag library in order link it only when it's present on the system */
|
||||||
#ifdef HAVE_DAG_API
|
#ifdef HAVE_DAG_API
|
||||||
typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll
|
typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll
|
||||||
typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll
|
typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll
|
||||||
|
@ -64,7 +64,7 @@ GAAHandler GetAdaptersAddressesPointer = NULL;
|
|||||||
#endif // _WINNT4
|
#endif // _WINNT4
|
||||||
|
|
||||||
#ifdef HAVE_DAG_API
|
#ifdef HAVE_DAG_API
|
||||||
/* We load dinamically the dag library in order link it only when it's present on the system */
|
/* We load dynamically the dag library in order link it only when it's present on the system */
|
||||||
dagc_open_handler p_dagc_open = NULL;
|
dagc_open_handler p_dagc_open = NULL;
|
||||||
dagc_close_handler p_dagc_close = NULL;
|
dagc_close_handler p_dagc_close = NULL;
|
||||||
dagc_getlinktype_handler p_dagc_getlinktype = NULL;
|
dagc_getlinktype_handler p_dagc_getlinktype = NULL;
|
||||||
@ -127,7 +127,7 @@ BOOL APIENTRY DllMain (HANDLE DllHandle,DWORD Reason,LPVOID lpReserved)
|
|||||||
PacketGetFileVersion(TEXT("drivers\\see.sys"), PacketDriverVersion, sizeof(PacketDriverVersion));
|
PacketGetFileVersion(TEXT("drivers\\see.sys"), PacketDriverVersion, sizeof(PacketDriverVersion));
|
||||||
|
|
||||||
//
|
//
|
||||||
// Locate GetAdaptersAddresses dinamically since it is not present in Win2k
|
// Locate GetAdaptersAddresses dynamically since it is not present in Win2k
|
||||||
//
|
//
|
||||||
IPHMod = GetModuleHandle(TEXT("Iphlpapi"));
|
IPHMod = GetModuleHandle(TEXT("Iphlpapi"));
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ BOOL APIENTRY DllMain (HANDLE DllHandle,DWORD Reason,LPVOID lpReserved)
|
|||||||
#endif // _WINNT4
|
#endif // _WINNT4
|
||||||
|
|
||||||
#ifdef HAVE_DAG_API
|
#ifdef HAVE_DAG_API
|
||||||
/* We load dinamically the dag library in order link it only when it's present on the system */
|
/* We load dynamically the dag library in order link it only when it's present on the system */
|
||||||
if((DagcLib = LoadLibrary(TEXT("dagc.dll"))) == NULL)
|
if((DagcLib = LoadLibrary(TEXT("dagc.dll"))) == NULL)
|
||||||
{
|
{
|
||||||
// Report the error but go on
|
// Report the error but go on
|
||||||
|
@ -347,7 +347,7 @@ LONG PacketDumpRegistryKey(PCHAR KeyName, PCHAR FileName);
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* We load dinamically the dag library in order link it only when it's present on the system */
|
/* We load dynamically the dag library in order link it only when it's present on the system */
|
||||||
#ifdef HAVE_DAG_API
|
#ifdef HAVE_DAG_API
|
||||||
typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll
|
typedef dagc_t* (*dagc_open_handler)(const char *source, unsigned flags, char *ebuf); ///< prototype used to dynamically load the dag dll
|
||||||
typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll
|
typedef void (*dagc_close_handler)(dagc_t *dagcfd); ///< prototype used to dynamically load the dag dll
|
||||||
|
Loading…
Reference in New Issue
Block a user