Files
libreoffice/desktop/win32/source/main.h

14 lines
129 B
C
Raw Normal View History

2001-03-12 11:16:12 +00:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
int MainA();
int MainW();
#ifdef __cplusplus
} /* extern "C" */
#endif