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

Last change on this file since 10367 was 10296, checked in by sandervl, 22 years ago

Wine resync

File size: 780 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 DBGWRAP_MODULE "VERSION"
19#include <dbgwrap.h>
20
21
22
23
24
25#undef DBG_LOCALLOG
26#define DBG_LOCALLOG DBG_info
27
28DEBUGWRAP16(GetFileVersionInfoA)
29DEBUGWRAP8(GetFileVersionInfoSizeA)
30DEBUGWRAP8(GetFileVersionInfoSizeW)
31DEBUGWRAP16(GetFileVersionInfoW)
32DEBUGWRAP32(VerFindFileA)
33DEBUGWRAP32(VerFindFileW)
34DEBUGWRAP16(VerQueryValueA)
35DEBUGWRAP16(VerQueryValueW)
36
37#undef DBG_LOCALLOG
38#define DBG_LOCALLOG DBG_install
39
40DEBUGWRAP32(VerInstallFileA)
41DEBUGWRAP32(VerInstallFileW)
42
Note: See TracBrowser for help on using the repository browser.