• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <windows.h>
2 
3 BOOL WINAPI
DllMain(HINSTANCE hInstDLL,DWORD fdwReason,LPVOID lpReserved)4 DllMain(HINSTANCE hInstDLL,
5         DWORD fdwReason,
6         LPVOID lpReserved)
7 {
8     return TRUE;
9 }