Ignore:
Timestamp:
Oct 19, 2011, 11:26:02 AM (14 years ago)
Author:
dmik
Message:

Replace "\" with "/" in include statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/winproc.cpp

    r10602 r21720  
    1818#include <string.h>
    1919#include "callwrap.h"
    20 #include <win\winproc.h>
    21 #include <win\debugtools.h>
     20#include <win/winproc.h>
     21#include <win/debugtools.h>
    2222#include <heapcode.h>
    2323#include "win32wbase.h"
     
    307307    }
    308308    else  dprintf2(("CallWindowProcA %x %x %x %x %x (unknown proc)", func, hwnd, msg, wParam, lParam));
    309    
     309
    310310    if(!IsWindow(hwnd)) {
    311311        dprintf2(("CallWindowProcA, window %x not found", hwnd));
Note: See TracChangeset for help on using the changeset viewer.