Fix "C++ code in C file" syntax error in mysys/default.c
This commit is contained in:
parent
8d5dc3a5f5
commit
bbdcf6ca21
@ -1015,10 +1015,12 @@ static uint my_get_system_windows_directory(char *buffer, uint size)
|
||||
|
||||
static const char *my_get_module_parent(char *buf, size_t size)
|
||||
{
|
||||
char *last= NULL;
|
||||
char *end;
|
||||
if (!GetModuleFileName(NULL, buf, size))
|
||||
return NULL;
|
||||
end= strend(buf);
|
||||
|
||||
char *last= NULL, *end= strend(buf);
|
||||
/*
|
||||
Look for the second-to-last \ in the filename, but hang on
|
||||
to a pointer after the last \ in case we're in the root of
|
||||
|
Loading…
x
Reference in New Issue
Block a user