Fix Include for Linux

svn path=/trunk/; revision=6264
This commit is contained in:
James Tabor 2003-10-07 16:40:12 +00:00
parent 8c2e8abc3d
commit f651e5f32c

View file

@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/* $Id: dllmain.c,v 1.2 2002/09/24 15:06:10 robd Exp $ /* $Id: dllmain.c,v 1.3 2003/10/07 16:40:12 jimtabor Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
@ -31,7 +31,7 @@
//#include <ddk/ntddk.h> //#include <ddk/ntddk.h>
#include <windows.h> #include <windows.h>
#include <cpl.h> #include <cpl.h>
#include "..\control\control.h" #include "../control/control.h"
//#define NDEBUG //#define NDEBUG
//#include <debug.h> //#include <debug.h>