This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/cmake/modules/FindDIALOG.cmake b/cmake/modules/FindDIALOG.cmake | |
| index ba46253..f66e771 100644 | |
| --- a/cmake/modules/FindDIALOG.cmake | |
| +++ b/cmake/modules/FindDIALOG.cmake | |
| @@ -16,10 +16,10 @@ | |
| find_path(DIALOG_INCLUDE_DIR | |
| - NAMES dialog.h | |
| + NAMES dialog/dialog.h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" > | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <style type="text/css"> | |
| <![CDATA[ | |
| ]]> | |
| </style> | |
| </head> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0009:trace:relay:load_list L"RelayExclude" = L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError" | |
| 0009:trace:relay:load_list L"RelayFromExclude" = L"winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32" | |
| 0009:Call KERNEL32.__wine_kernel_init() ret=7bc5dbdb | |
| 000b:trace:relay:load_list L"RelayExclude" = L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError" | |
| 000b:trace:relay:load_list L"RelayFromExclude" = L"winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32" | |
| 000b:Call KERNEL32.__wine_kernel_init() ret=7bc5dbdb | |
| 000b:Call PE DLL (proc=0x7bca1cd0,module=0x7bc10000 L"ntdll.dll",reason=PROCESS_ATTACH,res=0x1) | |
| 000b:Ret PE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0052:trace:relay:load_list L"RelayExclude" = L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError" | |
| 0052:trace:relay:load_list L"RelayFromExclude" = L"winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32" | |
| 0052:Call KERNEL32.__wine_kernel_init() ret=7bc5dbdb | |
| 0052:Call PE DLL (proc=0x7bca1cd0,module=0x7bc10000 L"ntdll.dll",reason=PROCESS_ATTACH,res=0x1) | |
| 0052:Ret PE DLL (proc=0x7bca1cd0,module=0x7bc10000 L"ntdll.dll",reason=PROCESS_ATTACH,res=0x1) retval=1 | |
| 0052:Call PE DLL (proc=0x7b88ecb0,module=0x7b810000 L"KERNEL32.dll",reason=PROCESS_ATTACH,res=0x1) | |
| 0052:Ret PE DLL (proc=0x7b88ecb0,module=0x7b810000 L"KERNEL32.dll",reason=PROCESS_ATTACH,res=0x1) retval=1 | |
| 0052:Call PE DLL (proc=0xb77ba670,module=0xb77b0000 L"psapi.dll",reason=PROCESS_ATTACH,res=0x1) | |
| 0052:Call KERNEL32.DisableThreadLibraryCalls(b77b0000) ret=b77 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../core-pages/core-pages.html"> | |
| <link rel="import" href="../chart-js/chart-js.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; |
NewerOlder