diff options
| author | navewindre <nw@moneybot.cc> | 2024-07-16 07:19:43 +0200 |
|---|---|---|
| committer | navewindre <nw@moneybot.cc> | 2024-07-16 07:19:43 +0200 |
| commit | 4c8b52fc94c04c4b3d338c2501971ae348f5b3e5 (patch) | |
| tree | 049ff320ffed7398b91887f6c39cfa3f715a1ee4 /dwm/source.cpp | |
| parent | 320e7b14a5a29838ed2cb909cadfd7c448c6849b (diff) | |
やーーーー
Diffstat (limited to 'dwm/source.cpp')
| -rw-r--r-- | dwm/source.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dwm/source.cpp b/dwm/source.cpp new file mode 100644 index 0000000..c8d4951 --- /dev/null +++ b/dwm/source.cpp @@ -0,0 +1,12 @@ +#include <windows.h> +#include "typedef.h" + + +int __stdcall DllMain( void* hinst, U32 reason, void* reserved ) { + // coca cola yayo bought me this + if( reason == DLL_PROCESS_ATTACH ) { + // do a fucking EPIC here + + return 1; + } +}
\ No newline at end of file |
