* path.h (path_conv::add_ext_from_sym): Declare.
* path.cc (path_conv::add_ext_from_sym): Convert to pure inline method.
This commit is contained in:
@ -52,9 +52,11 @@ enum path_types
|
||||
PATH_HASACLS = 0x80000000
|
||||
};
|
||||
|
||||
class symlink_info;
|
||||
class path_conv
|
||||
{
|
||||
char path[MAX_PATH];
|
||||
void add_ext_from_sym (symlink_info&);
|
||||
public:
|
||||
|
||||
unsigned path_flags;
|
||||
|
Reference in New Issue
Block a user