Changeset 40970de in nscp for modules/CheckExternalScripts


Ignore:
Timestamp:
02/11/10 19:44:30 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
47bcf6f
Parents:
1d4878e
Message:

Preliminary NSCA support (much is hard coded right now so only a PoC not a finished concept)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckExternalScripts/CheckExternalScripts.cpp

    rb4110d8 r40970de  
    3535 
    3636CheckExternalScripts gCheckExternalScripts; 
    37 #ifdef _WIN32 
    38 BOOL APIENTRY DllMain( HANDLE hModule, DWORD  ul_reason_for_call, LPVOID lpReserved) 
    39 { 
    40   NSCModuleWrapper::wrapDllMain(hModule, ul_reason_for_call); 
    41   return TRUE; 
    42 } 
    43 #endif 
    4437 
    4538CheckExternalScripts::CheckExternalScripts() {} 
     
    174167 
    175168 
     169NSC_WRAP_DLL(); 
    176170NSC_WRAPPERS_MAIN_DEF(gCheckExternalScripts); 
    177171NSC_WRAPPERS_IGNORE_MSG_DEF(); 
Note: See TracChangeset for help on using the changeset viewer.