Changeset 367 for trunk/hlpmgr/misc.c
- Timestamp:
- Feb 5, 2010, 8:59:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hlpmgr/misc.c
r360 r367 13 13 } 14 14 15 15 16 // e.g. p = DBMstrtok2(EnvStr, "; \0"); 16 17 // probably just use strtok unless you really want to support dbcs … … 21 22 } 22 23 24 23 25 INT APIENTRY NHMMscStrniCmp( PCH s1, PCH s2, INT len, PVOID thing ) 24 26 { … … 27 29 return strnicmp( s1, s2, len ); 28 30 } 31 29 32 30 33 // e.g. … … 43 46 // typedef void* PINSTANCE; 44 47 48 45 49 // Attempt to see if we can get OpenChat running (not with help tho) 46 50 BOOL APIENTRY NHM32SetHelpDatabase(PINSTANCE pInstance, PSZ DatabaseName, USHORT usObtimizeType) … … 54 58 } 55 59 60 56 61 BOOL APIENTRY NHM32IOLoadAllTOC( PINSTANCE pInstance ) 57 62 { … … 59 64 return TRUE; 60 65 } 66 61 67 62 68 BOOL APIENTRY NHM32IOFreeIOInfoList( PINSTANCE pInstance ) … … 66 72 } 67 73 74 68 75 BOOL APIENTRY NHM32IOFreeAllTOC( PINSTANCE pInstance ) 69 76 {
Note:
See TracChangeset
for help on using the changeset viewer.