Ignore:
Timestamp:
Oct 21, 2011, 4:55:06 PM (14 years ago)
Author:
dmik
Message:

Don't include missing includes under GCC.

File:
1 edited

Legend:

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

    r21726 r21731  
    2727#include <string.h>
    2828#include <stdlib.h>
     29#ifndef __GNUC__
    2930#include <iostream.h>
    3031#include <fstream.h>
     32#endif
    3133#include <misc.h>
    3234#include <win32api.h>
     
    726728 char renameddll[CCHMAXPATH];
    727729 char *namestart;
    728  char *sectionname;
     730 const char *sectionname;
    729731
    730732    if(fWinToOS2) {
Note: See TracChangeset for help on using the changeset viewer.