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
| #include <string.h> // strlen | |
| #pragma pack(push, 1) | |
| typedef struct tagMINI_IMAGE_VXD_HEADER { | |
| WORD e32_magic, endian; | |
| BYTE padding[180]; | |
| DWORD e32_winresoff, e32_winreslen; | |
| WORD e32_devid, e32_ddkver; | |
| } MINI_IMAGE_VXD_HEADER, *PMINI_IMAGE_VXD_HEADER; | |
| #pragma pack(pop) |
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
| ManifestDPIAware System ; System DPI on Vista/7/8/8.1/10(<10.1607(AU)) | |
| ManifestDPIAwareness "PerMonitorV2,System" ; PMv2 on 10.1703(CU)+, System on 10.1607(AU) with NSIS 3.03+ | |
| Page Custom DPIInfoPage | |
| Page InstFiles | |
| !include nsDialogs.nsh | |
| Function DPIInfoPage | |
| nsDialogs::Create 1018 | |
| Pop $0 |
NewerOlder