Ignore:
Timestamp:
Mar 12, 2007, 3:33:21 AM (17 years ago)
Author:
dai
Message:

STRING_IS_NOT_UNICODEのタイプミスを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/basic/prompt.sbp

    r142 r151  
    399399        Dim tempStr As String
    400400        Dim str As *StrChar
    401 #ifdef __STIRNG_IS_NOT_UNICODE
     401#ifdef __STRING_IS_NOT_UNICODE
    402402        Dim size = _PromptWnd_GetCompositionStringA(himc, str)
    403403        tempStr.Assign(str, size)
Note: See TracChangeset for help on using the changeset viewer.