Finish animation and PDF viewer, still need refinement

This commit is contained in:
Paddy Xu
2017-04-12 23:28:12 +03:00
parent 7e2001bc4d
commit 7388c3874a
27 changed files with 252 additions and 170 deletions

View File

@@ -2,7 +2,7 @@
#include "stdafx.h"
#include "Shell32.h"
BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
{
switch (ul_reason_for_call)
{
@@ -15,4 +15,3 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReser
}
return TRUE;
}