annotate src/stable-octave-2-appid-version.patch @ 4451:f81858aaddc8

of-mapping: re-allow checking of rad2deg, deg2rad in configure when cross compiling (Bug #47494) * src/of-mapping-1-cross-fixes.patch: remove cross compile patch
author John D
date Tue, 15 Aug 2017 08:04:34 -0400
parents 2f1309f19b49
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4367
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
1 diff -r a3447dba35c3 libinterp/corefcn/sysdep.cc
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
2 --- a/libinterp/corefcn/sysdep.cc Fri Mar 17 13:46:16 2017 -0400
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
3 +++ b/libinterp/corefcn/sysdep.cc Fri Mar 17 14:57:02 2017 -0400
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
4 @@ -196,7 +196,7 @@
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
5 "SetCurrentProcessExplicitAppUserModelID"));
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
6
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
7 if (pfnSetCurrentProcessExplicitAppUserModelID)
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
8 - pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave");
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
9 + pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave." VERSION);
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
10
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
11 FreeLibrary (hShell);
2f1309f19b49 installer: version the appid value set in shortcuts
John D
parents:
diff changeset
12 }