source: git/Singular/sing_win.h @ 6993c83

spielwiese
Last change on this file since 6993c83 was 4e8195, checked in by Oliver Wienand <wienand@…>, 19 years ago
Makefile.in ---> htmlhelp API wird gelinkt fehelp.cc ---> htmlhelp als Standardbrowser für ixWin eingebaut, Allozierung von Browserarray auch wenn help.cnf anwesend, abhängig von ixWin sing_win.cc, sing_win.h ---> API Call für HTML Help, Position HTML_DIR/Manual.chm git-svn-id: file:///usr/local/Singular/svn/trunk@8435 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 266 bytes
Line 
1#ifndef SING_WIN_H
2#define SING_WIN_H
3
4#ifdef ix86_Win
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 /*ix86_Win */
11#endif /* SING_WIN_H */
Note: See TracBrowser for help on using the repository browser.