Ignore:
Timestamp:
Jan 16, 2003, 4:22:42 PM (23 years ago)
Author:
sandervl
Message:

PF: Changes for building dll with GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/ntdll.cpp

    r2327 r9684  
    1 /* $Id: ntdll.cpp,v 1.6 2000-01-05 19:37:29 sandervl Exp $ */
     1/* $Id: ntdll.cpp,v 1.7 2003-01-16 15:22:37 sandervl Exp $ */
    22
    33/*
     
    3434#include <winnt.h>
    3535#include <ntdef.h>
     36#ifndef __EMX__
    3637#include <builtin.h>
     38#endif
    3739#include <stdlib.h>
    3840#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.