repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
desktop
/
win32
/
source
/
main.h
blob
eb39548fccdaff674e485169c6372619f494fc72
1
#pragma once
2
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
7
int
MainA
();
8
int
MainW
();
9
10
#ifdef __cplusplus
11
}
/* extern "C" */
12
#endif
13