| commit | 16b441166980246511faab157755007d73b9fa1e | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Tue Nov 25 01:03:04 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 25 01:03:04 2003 +0000 |
| tree | 1e7e45b043505a61a42169723839af114f80f8ba | |
| parent | c762f5d7af863a133ab98f94cd7a827de45137f7 [diff] [blame] |
Removed MODULE_GetLoadOrderA.
diff --git a/include/module.h b/include/module.h index 520b695..eea76fb 100644 --- a/include/module.h +++ b/include/module.h
@@ -184,8 +184,6 @@ /* loadorder.c */ extern void MODULE_GetLoadOrderW( enum loadorder_type plo[], const WCHAR *app_name, - const WCHAR *path, BOOL win32 ); -extern void MODULE_GetLoadOrderA( enum loadorder_type plo[], const WCHAR *app_name, - const char *path, BOOL win32 ); + const WCHAR *path ); #endif /* __WINE_MODULE_H */