source: trunk/src/version/dbgwrap.cpp@ 21916

Last change on this file since 21916 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 837 bytes
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
31DEBUGWRAP16(GetFileVersionInfoA)
32DEBUGWRAP8(GetFileVersionInfoSizeA)
33DEBUGWRAP8(GetFileVersionInfoSizeW)
34DEBUGWRAP16(GetFileVersionInfoW)
35DEBUGWRAP32(VerFindFileA)
36DEBUGWRAP32(VerFindFileW)
37DEBUGWRAP16(VerQueryValueA)
38DEBUGWRAP16(VerQueryValueW)
39
40#undef DBG_LOCALLOG
41#define DBG_LOCALLOG DBG_install
42
43DEBUGWRAP32(VerInstallFileA)
44DEBUGWRAP32(VerInstallFileW)
45
Note: See TracBrowser for help on using the repository browser.