mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
7 lines
108 B
C
7 lines
108 B
C
#include <windows.h>
|
|
|
|
extern int WINAPI dll_entry (HANDLE h, DWORD reason, void *ptr)
|
|
{
|
|
return 1;
|
|
}
|