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

    r21339 r21716  
    2828#include <misc.h>
    2929#include <win32type.h>
    30 #include <winimagebase.h>
    31 #include <windllbase.h>
    32 #include <winexebase.h>
    33 #include <windlllx.h>
     30#include "winimagebase.h"
     31#include "windllbase.h"
     32#include "winexebase.h"
     33#include "windlllx.h"
    3434#include <pefile.h>
    3535#include <unicode.h>
Note: See TracChangeset for help on using the changeset viewer.