This commit is contained in:
Kimmo Pekkola
2009-02-10 18:37:48 +00:00
parent 1bb6b13b85
commit 30edc895f2
136 changed files with 31616 additions and 0 deletions

View File

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