Ignore:
Timestamp:
Oct 18, 2011, 9:14:10 PM (14 years ago)
Author:
dmik
Message:

Place local includes in quotes.

GCC doesn't search for <> includes in the current directory (intentionally).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/windllbase.cpp

    r21308 r21716  
    3232#include <win32api.h>
    3333#include <pefile.h>
    34 #include <windllbase.h>
    35 #include <winimagepe2lx.h>
    36 #include <windllpe2lx.h>
    37 #include <winimagelx.h>
    38 #include <windlllx.h>
     34#include "windllbase.h"
     35#include "winimagepe2lx.h"
     36#include "windllpe2lx.h"
     37#include "winimagelx.h"
     38#include "windlllx.h"
    3939#include <wprocess.h>
    4040#include "exceptions.h"
Note: See TracChangeset for help on using the changeset viewer.