mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
[IPHLPAPI]
- remove unused variable svn path=/trunk/; revision=47482
This commit is contained in:
parent
8deca41d3f
commit
8cab5daeec
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ typedef struct _NAME_SERVER_LIST_CONTEXT {
|
||||||
|
|
||||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
{
|
{
|
||||||
DWORD Version;
|
|
||||||
switch (fdwReason) {
|
switch (fdwReason) {
|
||||||
case DLL_PROCESS_ATTACH:
|
case DLL_PROCESS_ATTACH:
|
||||||
DisableThreadLibraryCalls( hinstDLL );
|
DisableThreadLibraryCalls( hinstDLL );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue