comparison loader/win32.c @ 7127:1e47c2e7aa8e

mostly compiler warning fixes, some small bugfix patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 28 Aug 2002 22:45:48 +0000
parents 25258fe789e8
children 174e2a58b4cd
comparison
equal deleted inserted replaced
7126:d3fd5d568594 7127:1e47c2e7aa8e
4199 } 4199 }
4200 } 4200 }
4201 4201
4202 /* ok, this is a hack, and a big memory leak. should be fixed. - alex */ 4202 /* ok, this is a hack, and a big memory leak. should be fixed. - alex */
4203 { 4203 {
4204 HMODULE *hand; 4204 HMODULE hand;
4205 WINE_MODREF *wm; 4205 WINE_MODREF *wm;
4206 void *func; 4206 void *func;
4207 4207
4208 hand = LoadLibraryA(library); 4208 hand = LoadLibraryA(library);
4209 if (!hand) 4209 if (!hand)