Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
Added a version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Dec 30, 2013
1 parent abe68ba commit 5b3292a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DemoPlayerProxy/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpRese
{
case DLL_PROCESS_ATTACH:
ConUtils::Init();
ConUtils::Log("Bunnymod XT v0.1\n", FOREGROUND_RED | FOREGROUND_BLUE | FOREGROUND_INTENSITY);

GetModuleFileName(hModule, filename, sizeof(filename));
wcsncpy(original_dll, filename, wcslen(filename) - 4);
Expand Down

0 comments on commit 5b3292a

Please sign in to comment.