comparison loader/wine/elfdll.h @ 24402:93b87066f9da

cosmetics: Add comments to some #endif preprocessor directives.
author diego
date Mon, 10 Sep 2007 16:17:13 +0000
parents 3b5f5d1c5041
children c98c9e7f3bd0
comparison
equal deleted inserted replaced
24401:52c5107adea8 24402:93b87066f9da
9 void ELFDLL_UnloadLibrary(WINE_MODREF *wm); 9 void ELFDLL_UnloadLibrary(WINE_MODREF *wm);
10 10
11 void *ELFDLL_dlopen(const char *libname, int flags); 11 void *ELFDLL_dlopen(const char *libname, int flags);
12 extern char *extra_ld_library_path; 12 extern char *extra_ld_library_path;
13 13
14 #endif 14 #endif /* __WINE_ELFDLL_H */