diff --git a/libtdll.a b/libtdll.a new file mode 100644 index 0000000..e86a8b5 Binary files /dev/null and b/libtdll.a differ diff --git a/target.cpp b/target.cpp index bee4d86..94a62d8 100644 --- a/target.cpp +++ b/target.cpp @@ -4,7 +4,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDll, DWORD dwReason, LPVOID lpReserved) { BOOL bReturnValue = TRUE; - switch(dWReason) + switch(dwReason) { case DLL_PROCESS_ATTACH: MessageBoxA(NULL, "Hello from Target DLL !!", "Target", MB_OK); diff --git a/target.dll b/target.dll new file mode 100644 index 0000000..ca50b3f Binary files /dev/null and b/target.dll differ