mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
fixed compiler error: removed reference to crtdll
svn path=/trunk/; revision=3793
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
||||
#include <crtdll/stdlib.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int
|
||||
abs(int j)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
||||
#include <crtdll/string.h>
|
||||
#include <crtdll/ctype.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
int
|
||||
_stricmp(const char *s1, const char *s2)
|
||||
|
||||
Reference in New Issue
Block a user