mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
fixed compiler error: removed reference to crtdll
svn path=/trunk/; revision=3793
This commit is contained in:
parent
8d09bf7839
commit
56b706f3e0
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue