mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Convert defined(OS_XXX) to BUILDFLAG(IS_XXX) in libcef
See https://crbug.com/1234043 for background.
This commit is contained in:
@ -31,7 +31,7 @@ bool CefGetPath(PathKey key, CefString& path) {
|
||||
case PK_FILE_MODULE:
|
||||
pref_key = base::FILE_MODULE;
|
||||
break;
|
||||
#if defined(OS_WIN)
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
case PK_LOCAL_APP_DATA:
|
||||
pref_key = base::DIR_LOCAL_APP_DATA;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user