From 64b25cbbf1293e5054d32710d1d90d796b8f7a6b Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 16 Apr 2005 17:09:56 +0000 Subject: [PATCH] no inline in c git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3966 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/VPatch/Source/Plugin/vpatchdll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/VPatch/Source/Plugin/vpatchdll.c b/Contrib/VPatch/Source/Plugin/vpatchdll.c index d6907247..96c4b123 100644 --- a/Contrib/VPatch/Source/Plugin/vpatchdll.c +++ b/Contrib/VPatch/Source/Plugin/vpatchdll.c @@ -107,7 +107,7 @@ BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) UINT CRCTable[256]; BOOL bInitCRC = FALSE; -inline void InitCRC() { +void InitCRC() { int i, j; unsigned long c; for (c = i = 0; i < 256; c = ++i) { for (j = 0; j < 8; j++) {