Changeset 360 for trunk/hlpmgr/misc.c


Ignore:
Timestamp:
Jun 18, 2009, 8:55:46 PM (16 years ago)
Author:
RBRi
Message:

warning fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hlpmgr/misc.c

    r26 r360  
    55#include "misc.h"
    66
    7 USHORT APIENTRY NHMSearchMIndex( PVOID pInstance, 
    8                                  HWND hwnd, 
     7USHORT APIENTRY NHMSearchMIndex( PVOID pInstance,
     8                                 HWND hwnd,
    99                                 PSZ pchText )
    1010{
     
    1313}
    1414
    15 // e.g.   p = DBMstrtok2(EnvStr, "; \0");   
     15// e.g.   p = DBMstrtok2(EnvStr, "; \0");
    1616// probably just use strtok unless you really want to support dbcs
    1717PCH APIENTRY NHMDBMstrtok2( PCH s1, PCH s2 )
     
    2828}
    2929
    30 // e.g. 
    31 // pCountry = (PVOID)WinSendMsg ( _hwndMIndexInstance, 
    32 //                                HM_QPSTRUCT, 
    33 //                                MPFROMSHORT(STRUCT_COUNTRY_INFO), 
     30// e.g.
     31// pCountry = (PVOID)WinSendMsg ( _hwndMIndexInstance,
     32//                                HM_QPSTRUCT,
     33//                                MPFROMSHORT(STRUCT_COUNTRY_INFO),
    3434//                                NULL );
    3535// if ( MscStriCmp( TabText.pString, szBuf1, pCountry ) )
     
    4444
    4545// Attempt to see if we can get OpenChat running (not with help tho)
    46 BOOL APIENTRY NHM32SetHelpDatabase(PINSTANCE pInstance, PSZ DatabaseName, USHORT usObtimizeType) 
     46BOOL APIENTRY NHM32SetHelpDatabase(PINSTANCE pInstance, PSZ DatabaseName, USHORT usObtimizeType)
    4747{
    4848  // Jolly good, whatever you say...
     
    7171  return TRUE;
    7272}
    73 
     73
Note: See TracChangeset for help on using the changeset viewer.