diff options
| -rw-r--r-- | nt/emacs.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nt/emacs.manifest b/nt/emacs.manifest new file mode 100644 index 00000000000..4c1894c335f --- /dev/null +++ b/nt/emacs.manifest | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
| 2 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
| 3 | <dependency> | ||
| 4 | <dependentAssembly> | ||
| 5 | <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" | ||
| 6 | version="6.0.0.0" processorArchitecture="X86" | ||
| 7 | publicKeyToken="6595b64144ccf1df" | ||
| 8 | language="*"/> | ||
| 9 | </dependentAssembly> | ||
| 10 | </dependency> | ||
| 11 | </assembly> \ No newline at end of file | ||