merge the formfield patch from ooo-build
[ooovba.git] / desktop / win32 / source / main.h
blobeb39548fccdaff674e485169c6372619f494fc72
1 #pragma once
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
7 int MainA();
8 int MainW();
10 #ifdef __cplusplus
11 } /* extern "C" */
12 #endif