office-gobmx/desktop/win32/source/main.h

15 lines
248 B
C
Raw Normal View History

2010-10-27 07:11:31 -05:00
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2001-03-12 05:16:12 -06:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
int MainW();
#ifdef __cplusplus
} /* extern "C" */
#endif
2010-10-27 07:11:31 -05:00
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */