| Index: remoting/host/win/core.rc.jinja2
|
| diff --git a/remoting/host/win/core.rc.jinja2 b/remoting/host/win/core.rc.jinja2
|
| index a4d2c328990b94cc5d6c1271c8477ab5e92081d3..15bb176df733b747e7f455006b358c4ee707a121 100644
|
| --- a/remoting/host/win/core.rc.jinja2
|
| +++ b/remoting/host/win/core.rc.jinja2
|
| @@ -14,7 +14,7 @@
|
|
|
| LANGUAGE {{ lang | GetPrimaryLanguage }}, {{ lang | GetSublanguage }}
|
|
|
| -#if (BINARY == BINARY_CORE)
|
| +#if (REMOTING_HOST_BINARY == BINARY_CORE)
|
|
|
| STRINGTABLE
|
| BEGIN
|
| @@ -29,7 +29,7 @@ END
|
|
|
| IDI_CHROME_REMOTE_DESKTOP ICON "remoting/resources/chromoting.ico"
|
|
|
| -#endif // (BINARY == BINARY_CORE)
|
| +#endif // (REMOTING_HOST_BINARY == BINARY_CORE)
|
|
|
| IDD_DISCONNECT DIALOGEX 0, 0, 145, 24
|
| STYLE DS_SETFONT | WS_POPUP
|
|
|