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/winimagelx.cpp

    r10397 r21716  
    3232#include <misc.h>
    3333#include <win32type.h>
    34 #include <winimagebase.h>
    35 #include <winimagelx.h>
    36 #include <windllbase.h>
    37 #include <winexebase.h>
    38 #include <winexelx.h>
    39 #include <windlllx.h>
     34#include "winimagebase.h"
     35#include "winimagelx.h"
     36#include "windllbase.h"
     37#include "winexebase.h"
     38#include "winexelx.h"
     39#include "windlllx.h"
    4040#include <pefile.h>
    4141#include <unicode.h>
Note: See TracChangeset for help on using the changeset viewer.