Ignore:
Timestamp:
Oct 18, 2011, 9:16:41 PM (14 years ago)
Author:
dmik
Message:

Use const char * for arguments accepting literal strings.

This is more correct and also clears GCC warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/custombuild.h

    r21327 r21717  
    251251//Override std class names used in Odin
    252252void  WIN32API SetCustomStdClassName(LPSTR pszStdClassName);
    253 char *WIN32API QueryCustomStdClassName();
     253const char *WIN32API QueryCustomStdClassName();
    254254
    255255//Turn off ASPI
Note: See TracChangeset for help on using the changeset viewer.