1
0
mirror of https://github.com/chibicitiberiu/rainmeter-studio.git synced 2024-02-24 04:33:31 +00:00
Kimmo Pekkola 30edc895f2
2009-02-10 18:37:48 +00:00

7 lines
108 B
C

#include <windows.h>
extern int WINAPI dll_entry (HANDLE h, DWORD reason, void *ptr)
{
return 1;
}