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/windllpeldr.h

    r10397 r21716  
    1313#define __WINDLLPELDR_H__
    1414
    15 #include <windllbase.h>
    16 #include <winimagepeldr.h>
     15#include "windllbase.h"
     16#include "winimagepeldr.h"
    1717
    1818class Win32PeLdrDll : public Win32PeLdrImage, public Win32DllBase
Note: See TracChangeset for help on using the changeset viewer.