Changeset 21731 for branches/gcc-kmk/src


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

Don't include missing includes under GCC.

Location:
branches/gcc-kmk/src/kernel32
Files:
2 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) {
  • branches/gcc-kmk/src/kernel32/winexebase.cpp

    r21716 r21731  
    1919#include <string.h>
    2020#include <stdlib.h>
     21#ifndef __GNUC__
    2122#include <iostream.h>
    2223#include <fstream.h>
     24#endif
    2325#include <misc.h>
    2426#include <win32type.h>
Note: See TracChangeset for help on using the changeset viewer.