projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 980517
[wine]
/
include
/
main.h
1
/*
2
* Wine initialization definitions
3
*/
4
5
#ifndef __WINE_MAIN_H
6
#define __WINE_MAIN_H
7
8
extern BOOL32 MAIN_KernelInit(void);
9
extern void MAIN_Usage(char*);
10
extern BOOL32 MAIN_UserInit(void);
11
extern BOOL32 MAIN_WineInit( int *argc, char *argv[] );
12
13
#endif /* __WINE_MAIN_H */