about summary refs log tree commit diff stats
path: root/src/include/wine_tools.h
blob: 52993cea860d65cf4dc71693cf6d52e1292095e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __WINE_TOOLS_H__
#define __WINE_TOOLS_H__

void wine_prereserve(const char* reserve);

extern int wine_preloaded;
void* get_wine_prereserve();

#ifdef DYNAREC
void dynarec_wine_prereserve();
#endif

#endif //__WINE_TOOLS_H__