diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-27 13:50:46 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-27 13:50:46 +0000 |
| commit | a4dbe82be792a75091ac57500c56b565778bc62a (patch) | |
| tree | 94efc604a612f984a7ec2d9a93ac4d783bee187c /win.imp | |
| parent | 42417b6a010926c11beeefd7398c7e0089c09c7d (diff) | |
Removes the gameinfo + related files from shared to hookdll
Diffstat (limited to 'win.imp')
| -rw-r--r-- | win.imp | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -54,10 +54,18 @@ { include: [ "<Shellapi.h>", "private", "<Windows.h>", "public" ] }, # official name according to website { include: [ "<shellapi.h>", "private", "<Windows.h>", "public" ] }, # - { include: [ "<knownfolders.h>", "private", "<Windows.h>", "public" ] }, { include: [ "<ShlObj.h>", "private", "<Windows.h>", "public" ] }, { include: [ "<objidl.h>", "private", "<Windows.h>", "public" ] }, +# These ones are in shtypes.h but the only documentation I can find says +# to include Knownfolders.h for these + { symbol: [ "REFKNOWNFOLDERID", "private", "<Knownfolders.h>", "public" ] }, + { symbol: [ "KNOWNFOLDERID", "private", "<Knownfolders.h>", "public" ] }, + +# IWYU doesn't understand upper/lower case which is *really* annoying on +# windows, though to be fair I'm not sure M/S understand it either. + { include: [ "<knownfolders.h>", "private", "<Knownfolders.h>", "public" ] }, + # Files that are included by other files which seem to then come for free in Windows.h but # shouldn't. Again, should be cleaned up. |
