Brodie Thiesfield <[EMAIL PROTECTED]> wrote:
> 
> To be safe, the unicodeToMbcs needs to determine which codepage to
> convert to in the WideCharToMultiByte calls. This is done by calling the
> AreFileApisANSI() http://snipurl.com/arefileapisansi like:
> UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEM;

My compiler does not define CP_OEM.  Can somebody please tell me
what the literal value of that macro is?

--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to