Line | |
---|
1 | #include <odin.h>
|
---|
2 | #include <odinwrap.h>
|
---|
3 | #include <os2sel.h>
|
---|
4 |
|
---|
5 | #include <os2win.h>
|
---|
6 | #include <winreg.h>
|
---|
7 | #include <winnt.h>
|
---|
8 | #include <wincon.h>
|
---|
9 | #include <winthunk.h>
|
---|
10 | #include <winuser.h>
|
---|
11 | #include <ddeml.h>
|
---|
12 | #include <dde.h>
|
---|
13 | #include <winnls.h>
|
---|
14 | #include <ntddk.h>
|
---|
15 | #include <heapstring.h>
|
---|
16 | #include "version.h"
|
---|
17 |
|
---|
18 | #define DBG_LOCALLOG DBG_trace
|
---|
19 | #include "dbglocal.h"
|
---|
20 |
|
---|
21 | #define DBGWRAP_MODULE "VERSION"
|
---|
22 | #include <dbgwrap.h>
|
---|
23 |
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
28 | #undef DBG_LOCALLOG
|
---|
29 | #define DBG_LOCALLOG DBG_info
|
---|
30 |
|
---|
31 | DEBUGWRAP16(GetFileVersionInfoA)
|
---|
32 | DEBUGWRAP8(GetFileVersionInfoSizeA)
|
---|
33 | DEBUGWRAP8(GetFileVersionInfoSizeW)
|
---|
34 | DEBUGWRAP16(GetFileVersionInfoW)
|
---|
35 | DEBUGWRAP32(VerFindFileA)
|
---|
36 | DEBUGWRAP32(VerFindFileW)
|
---|
37 | DEBUGWRAP16(VerQueryValueA)
|
---|
38 | DEBUGWRAP16(VerQueryValueW)
|
---|
39 |
|
---|
40 | #undef DBG_LOCALLOG
|
---|
41 | #define DBG_LOCALLOG DBG_install
|
---|
42 |
|
---|
43 | DEBUGWRAP32(VerInstallFileA)
|
---|
44 | DEBUGWRAP32(VerInstallFileW)
|
---|
45 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.