Ignore:
Timestamp:
Nov 26, 2002, 11:53:12 AM (23 years ago)
Author:
sandervl
Message:

Added debug wrappers for all exports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdistats.cpp

    r9251 r9429  
    4040{
    4141    for(int i=0;i<STATS_MAX_OBJECTS;i++) {
    42         if(pdwObjects[i] == hObject) {
     42        if(LOWORD(pdwObjects[i]) == LOWORD(hObject)) {
    4343            pdwObjects[i] = 0;
    4444            break;
Note: See TracChangeset for help on using the changeset viewer.