fixed warnings when compiling with BCC55

This commit is contained in:
Joachim Bauch
2004-10-31 18:23:43 +00:00
parent eb764af1ef
commit 39c4c17ec1
+2 -2
View File
@@ -273,10 +273,10 @@ BuildImportTable(PMEMORYMODULE module)
HMEMORYMODULE MemoryLoadLibrary(const void *data)
{
PMEMORYMODULE result=NULL;
PMEMORYMODULE result;
PIMAGE_DOS_HEADER dos_header;
PIMAGE_NT_HEADERS old_header;
unsigned char *code=NULL, *headers;
unsigned char *code, *headers;
DWORD locationDelta;
DllEntryProc DllEntry;
BOOL successfull;