source: git/Singular/sing_win.h @ 57aada

spielwiese
Last change on this file since 57aada was 57aada, checked in by Hans Schoenemann <hannes@…>, 9 years ago
windows port: more __CYGWIN__
  • Property mode set to 100644
File size: 270 bytes
Line 
1#ifndef SING_WIN_H
2#define SING_WIN_H
3
4#ifdef __CYGWIN__
5
6void heOpenWinHtmlHelp(const char* keyw, char* helppath );
7void heOpenWinntHlp(const char* keyw, char* helppath );
8void heOpenWinntUrl(const char* url, int local);
9
10#endif /*__CYGWIN__ */
11#endif /* SING_WIN_H */
Note: See TracBrowser for help on using the repository browser.