[apihooksrv]

- Call ThemeHooksRemove after the user presses a key 

svn path=/branches/GSoC_2011/ThemesSupport/; revision=52676
This commit is contained in:
Giannis Adamopoulos 2011-07-14 08:46:43 +00:00
parent 743e64c167
commit 660b694dc7

View file

@ -43,7 +43,7 @@ int _tmain(int argc, _TCHAR* argv[])
BroadcastSystemMessage(BSF_POSTMESSAGE, &info,WM_SETFOCUS,0,0);
Sleep(36000);
system("pause");
ret = fnRemove();
printf("ThemeHooksRemove returned %d\n", ret);