aboutsummaryrefslogtreecommitdiff
path: root/test/manifest
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2014-04-01 21:11:18 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2014-04-01 21:11:18 +0200
commit2ff87bd38f38eca0732c65666dee825b6795029a (patch)
tree1a5e6ba87ace86c804edf8e080b6c50cc7a13669 /test/manifest
parentaf16fcac2fadb78a137934171d021b4242563d7e (diff)
downloadwglarb-2ff87bd38f38eca0732c65666dee825b6795029a.tar.gz
wglarb-2ff87bd38f38eca0732c65666dee825b6795029a.tar.bz2
GetClientRect instead of WM_SIZE
Diffstat (limited to 'test/manifest')
-rw-r--r--test/manifest13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/manifest b/test/manifest
new file mode 100644
index 0000000..3f616a1
--- /dev/null
+++ b/test/manifest
@@ -0,0 +1,13 @@
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+ <dependency>
+ <dependentAssembly>
+ </dependentAssembly>
+ </dependency>
+</assembly>