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

    r21707 r21716  
    2626#include <cpuhlp.h>
    2727#include <wprocess.h>
    28 #include <windllbase.h>
    29 #include <winexebase.h>
     28#include "windllbase.h"
     29#include "winexebase.h"
    3030#include "exceptutil.h"
    3131#include "oslibmisc.h"
Note: See TracChangeset for help on using the changeset viewer.