With Audio and Screen Sharing Enabled
Add the i386 architecture to the list of dpkg architectures :
sudo dpkg --add-architecture i386
| #include "stdafx.h" | |
| #include <wrl/module.h> | |
| #include "ToastNotificationActivationCallback.h" | |
| #include "DesktopToastsSample.h" | |
| // This is taken from: http://blogs.msdn.com/b/tiles_and_toasts/archive/2015/10/16/quickstart-handling-toast-activations-from-win32-apps-in-windows-10.aspx | |
| DWORD g_allLocks; | |
| // Main function |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <!-- | |
| This overrides what's in /etc/fonts/conf.d/90-synthetic.conf for | |
| "faking" bold fonts, but only for monospace fonts. | |
| --> | |
| <fontconfig> | |
| <match target="font"> | |
| <test name="spacing" compare="eq"> |