Ignore:
Timestamp:
Oct 31, 2009, 8:56:51 PM (16 years ago)
Author:
vladest
Message:
  1. Remove setting up Windows codepage for ODIN PM session. This is incorrect. Fixed umlaut problem
  2. Textinput improves. Attempt to add deadchars support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/window.cpp

    r21334 r21347  
    12631263    SetLastError(0);
    12641264    if(lpPoints == NULL || cPoints == 0) {
     1265        dprintf(("MapWindowPoints error: lpPoints %p, cPoints %d", lpPoints, cPoints));
    12651266        SetLastError(ERROR_INVALID_PARAMETER);
    12661267        return 0;
Note: See TracChangeset for help on using the changeset viewer.