refs #910, obtain DLL and modules info

windows specific utility functions to obtain info about DLL / DLLs loaded
(to be used to test P3D/FSX Simconnect DLLs)
This commit is contained in:
Klaus Basan
2017-03-12 18:30:08 +01:00
committed by Mathew Sutcliffe
parent 705e83e156
commit 099680c054
3 changed files with 288 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ SOURCES += *.cpp \
$$PWD/weather/*.cpp
win32 {
LIBS *= -lShell32 -lDbghelp
LIBS *= -lShell32 -lDbghelp -lversion
}
win32-g++ {
LIBS *= -lpsapi