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

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

Location:
branches/gcc-kmk/src/winspool
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/winspool/stubs.cpp

    r21305 r21720  
    2121#include <odinwrap.h>
    2222#include <heapstring.h>
    23 #include <win\winnls.h>
    24 #include <win\debugstr.h>
    25 #include <win\debugtools.h>
     23#include <win/winnls.h>
     24#include <win/debugstr.h>
     25#include <win/debugtools.h>
    2626
    2727#include <stdio.h>
  • branches/gcc-kmk/src/winspool/winspool.cpp

    r21629 r21720  
    2929#include <odinwrap.h>
    3030#include <heapstring.h>
    31 #include <win\winnls.h>
    32 #include <win\debugstr.h>
    33 #include <win\debugtools.h>
     31#include <win/winnls.h>
     32#include <win/debugstr.h>
     33#include <win/debugtools.h>
    3434
    3535#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.