Changeset 801151 in git


Ignore:
Timestamp:
Jun 10, 2008, 4:39:43 PM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
5e50b28cab744a97294bafdc46a3f31bba4d2b2e
Parents:
151000a8c488d98c63363cc556cf4ccc878b5d6d
Message:
htmlhelp.h von WINE


git-svn-id: file:///usr/local/Singular/svn/trunk@10748 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/sing_win.cc

    r151000 r801151  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sing_win.cc,v 1.6 2007-04-25 16:56:11 Singular Exp $ */
     4/* $Id: sing_win.cc,v 1.7 2008-06-10 14:39:43 wienand Exp $ */
    55
    66/*
     
    3030  printf("path:%s\n", path);
    3131#endif
    32 HH_AKLINK link;
    33    link.cbStruct =     sizeof(HH_AKLINK) ;
     32HH_ALINKA link;
     33   link.cbStruct =     sizeof(HH_ALINKA) ;
    3434   link.fReserved =    FALSE ;
    3535   link.pszKeywords =  keyw;
     
    3939   link.pszWindow =    NULL ;
    4040   link.fIndexOnFail = TRUE ;
    41   HtmlHelp(NULL, path, HH_KEYWORD_LOOKUP, (DWORD)&link);
     41  HtmlHelpA(NULL, path, HH_KEYWORD_LOOKUP, (DWORD)&link);
    4242}
    4343
Note: See TracChangeset for help on using the changeset viewer.