mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Fix Include for Linux
svn path=/trunk/; revision=6264
This commit is contained in:
parent
8c2e8abc3d
commit
f651e5f32c
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue