Added some TODOs
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -326,7 +326,7 @@ var/
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
*.manifest
|
||||
#*.manifest
|
||||
*.spec
|
||||
|
||||
# Installer logs
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
// wCenterWindow, v2.3
|
||||
//
|
||||
// TODO: More verbose logs
|
||||
// TODO: More verbose error messages
|
||||
// TODO: Window's title in logs
|
||||
|
||||
#include "framework.h"
|
||||
#include "wCenterWindow.h"
|
||||
|
||||
21
wCenterWindow/wCenterWindow.manifest
Normal file
21
wCenterWindow/wCenterWindow.manifest
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="Win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
processorArchitecture="*"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
||||
Reference in New Issue
Block a user