Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
80e21548
Commit
80e21548
authored
Aug 09, 2019
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/msvcrt: Include corecrt.h instead of crtdefs.h.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b512ae37
Show whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
36 additions
and
36 deletions
+36
-36
assert.h
include/msvcrt/assert.h
+1
-1
conio.h
include/msvcrt/conio.h
+1
-1
crtdbg.h
include/msvcrt/crtdbg.h
+1
-1
ctype.h
include/msvcrt/ctype.h
+1
-1
direct.h
include/msvcrt/direct.h
+1
-1
dos.h
include/msvcrt/dos.h
+1
-1
eh.h
include/msvcrt/eh.h
+1
-1
errno.h
include/msvcrt/errno.h
+1
-1
fcntl.h
include/msvcrt/fcntl.h
+1
-1
float.h
include/msvcrt/float.h
+1
-1
fpieee.h
include/msvcrt/fpieee.h
+1
-1
inttypes.h
include/msvcrt/inttypes.h
+1
-1
io.h
include/msvcrt/io.h
+1
-1
limits.h
include/msvcrt/limits.h
+1
-1
locale.h
include/msvcrt/locale.h
+1
-1
malloc.h
include/msvcrt/malloc.h
+1
-1
math.h
include/msvcrt/math.h
+1
-1
mbctype.h
include/msvcrt/mbctype.h
+1
-1
mbstring.h
include/msvcrt/mbstring.h
+1
-1
memory.h
include/msvcrt/memory.h
+1
-1
process.h
include/msvcrt/process.h
+1
-1
search.h
include/msvcrt/search.h
+1
-1
setjmp.h
include/msvcrt/setjmp.h
+1
-1
signal.h
include/msvcrt/signal.h
+1
-1
stddef.h
include/msvcrt/stddef.h
+1
-1
stdint.h
include/msvcrt/stdint.h
+1
-1
stdio.h
include/msvcrt/stdio.h
+1
-1
stdlib.h
include/msvcrt/stdlib.h
+1
-1
string.h
include/msvcrt/string.h
+1
-1
stat.h
include/msvcrt/sys/stat.h
+1
-1
timeb.h
include/msvcrt/sys/timeb.h
+1
-1
types.h
include/msvcrt/sys/types.h
+1
-1
utime.h
include/msvcrt/sys/utime.h
+1
-1
time.h
include/msvcrt/time.h
+1
-1
wchar.h
include/msvcrt/wchar.h
+1
-1
wctype.h
include/msvcrt/wctype.h
+1
-1
No files found.
include/msvcrt/assert.h
View file @
80e21548
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/msvcrt/conio.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_CONIO_H
#ifndef __WINE_CONIO_H
#define __WINE_CONIO_H
#define __WINE_CONIO_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/msvcrt/crtdbg.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_CRTDBG_H_
#ifndef __WINE_CRTDBG_H_
#define __WINE_CRTDBG_H_
#define __WINE_CRTDBG_H_
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
/* The debug API is not implemented in Winelib.
/* The debug API is not implemented in Winelib.
* Redirect everything to the regular APIs.
* Redirect everything to the regular APIs.
...
...
include/msvcrt/ctype.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_CTYPE_H
#ifndef __WINE_CTYPE_H
#define __WINE_CTYPE_H
#define __WINE_CTYPE_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/msvcrt/direct.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_DIRECT_H
#ifndef __WINE_DIRECT_H
#define __WINE_DIRECT_H
#define __WINE_DIRECT_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/dos.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_DOS_H
#ifndef __WINE_DOS_H
#define __WINE_DOS_H
#define __WINE_DOS_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/eh.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_EH_H
#ifndef __WINE_EH_H
#define __WINE_EH_H
#define __WINE_EH_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#if !defined(__cplusplus) && !defined(__WINE_MSVCRT_TEST)
#if !defined(__cplusplus) && !defined(__WINE_MSVCRT_TEST)
#error "eh.h is meant only for C++ applications"
#error "eh.h is meant only for C++ applications"
...
...
include/msvcrt/errno.h
View file @
80e21548
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#ifndef __WINE_ERRNO_H
#ifndef __WINE_ERRNO_H
#define __WINE_ERRNO_H
#define __WINE_ERRNO_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
# define EPERM 1
# define EPERM 1
# define ENOENT 2
# define ENOENT 2
...
...
include/msvcrt/fcntl.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_FCNTL_H
#ifndef __WINE_FCNTL_H
#define __WINE_FCNTL_H
#define __WINE_FCNTL_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#define _O_RDONLY 0
#define _O_RDONLY 0
#define _O_WRONLY 1
#define _O_WRONLY 1
...
...
include/msvcrt/float.h
View file @
80e21548
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#ifndef __WINE_FLOAT_H
#ifndef __WINE_FLOAT_H
#define __WINE_FLOAT_H
#define __WINE_FLOAT_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/msvcrt/fpieee.h
View file @
80e21548
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#ifndef __WINE_FPIEEE_H
#ifndef __WINE_FPIEEE_H
#define __WINE_FPIEEE_H
#define __WINE_FPIEEE_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/msvcrt/inttypes.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef _INTTYPES_H_
#ifndef _INTTYPES_H_
#define _INTTYPES_H_
#define _INTTYPES_H_
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <stdint.h>
#include <stdint.h>
#define __need_wchar_t
#define __need_wchar_t
#include <stddef.h>
#include <stddef.h>
...
...
include/msvcrt/io.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_IO_H
#ifndef __WINE_IO_H
#define __WINE_IO_H
#define __WINE_IO_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/limits.h
View file @
80e21548
#ifndef __WINE_LIMITS_H
#ifndef __WINE_LIMITS_H
#define __WINE_LIMITS_H
#define __WINE_LIMITS_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#define CHAR_BIT 8
#define CHAR_BIT 8
#define MB_LEN_MAX 5
#define MB_LEN_MAX 5
...
...
include/msvcrt/locale.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_LOCALE_H
#ifndef __WINE_LOCALE_H
#define __WINE_LOCALE_H
#define __WINE_LOCALE_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#define LC_ALL 0
#define LC_ALL 0
#define LC_COLLATE 1
#define LC_COLLATE 1
...
...
include/msvcrt/malloc.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_MALLOC_H
#ifndef __WINE_MALLOC_H
#define __WINE_MALLOC_H
#define __WINE_MALLOC_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
/* heap function constants */
/* heap function constants */
#define _HEAPEMPTY -1
#define _HEAPEMPTY -1
...
...
include/msvcrt/math.h
View file @
80e21548
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#ifndef __WINE_MATH_H
#ifndef __WINE_MATH_H
#define __WINE_MATH_H
#define __WINE_MATH_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/mbctype.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_MBCTYPE_H
#ifndef __WINE_MBCTYPE_H
#define __WINE_MBCTYPE_H
#define __WINE_MBCTYPE_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/msvcrt/mbstring.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_MBSTRING_H
#ifndef __WINE_MBSTRING_H
#define __WINE_MBSTRING_H
#define __WINE_MBSTRING_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/memory.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_MEMORY_H
#ifndef __WINE_MEMORY_H
#define __WINE_MEMORY_H
#define __WINE_MEMORY_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/msvcrt/process.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_PROCESS_H
#ifndef __WINE_PROCESS_H
#define __WINE_PROCESS_H
#define __WINE_PROCESS_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
/* Process creation flags */
/* Process creation flags */
#define _P_WAIT 0
#define _P_WAIT 0
...
...
include/msvcrt/search.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_SEARCH_H
#ifndef __WINE_SEARCH_H
#define __WINE_SEARCH_H
#define __WINE_SEARCH_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/msvcrt/setjmp.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_SETJMP_H
#ifndef __WINE_SETJMP_H
#define __WINE_SETJMP_H
#define __WINE_SETJMP_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/signal.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef _WINE_SIGNAL_H
#ifndef _WINE_SIGNAL_H
#define _WINE_SIGNAL_H
#define _WINE_SIGNAL_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#define SIGINT 2
#define SIGINT 2
#define SIGILL 4
#define SIGILL 4
...
...
include/msvcrt/stddef.h
View file @
80e21548
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#ifndef __WINE_STDDEF_H
#ifndef __WINE_STDDEF_H
#define __WINE_STDDEF_H
#define __WINE_STDDEF_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifndef NULL
#ifndef NULL
#ifdef __cplusplus
#ifdef __cplusplus
...
...
include/msvcrt/stdint.h
View file @
80e21548
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#ifndef _STDINT_H
#ifndef _STDINT_H
#define _STDINT_H
#define _STDINT_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#define __need_wint_t
#define __need_wint_t
#define __need_wchar_t
#define __need_wchar_t
...
...
include/msvcrt/stdio.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_STDIO_H
#ifndef __WINE_STDIO_H
#define __WINE_STDIO_H
#define __WINE_STDIO_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifndef RC_INVOKED
#ifndef RC_INVOKED
#include <stdarg.h>
#include <stdarg.h>
...
...
include/msvcrt/stdlib.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_STDLIB_H
#ifndef __WINE_STDLIB_H
#define __WINE_STDLIB_H
#define __WINE_STDLIB_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/string.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_STRING_H
#ifndef __WINE_STRING_H
#define __WINE_STRING_H
#define __WINE_STRING_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifndef _NLSCMP_DEFINED
#ifndef _NLSCMP_DEFINED
#define _NLSCMPERROR ((unsigned int)0x7fffffff)
#define _NLSCMPERROR ((unsigned int)0x7fffffff)
...
...
include/msvcrt/sys/stat.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_SYS_STAT_H
#ifndef __WINE_SYS_STAT_H
#define __WINE_SYS_STAT_H
#define __WINE_SYS_STAT_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <sys/types.h>
#include <sys/types.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/sys/timeb.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_SYS_TIMEB_H
#ifndef __WINE_SYS_TIMEB_H
#define __WINE_SYS_TIMEB_H
#define __WINE_SYS_TIMEB_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/sys/types.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_SYS_TYPES_H
#ifndef __WINE_SYS_TYPES_H
#define __WINE_SYS_TYPES_H
#define __WINE_SYS_TYPES_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#ifndef _DEV_T_DEFINED
#ifndef _DEV_T_DEFINED
typedef
unsigned
int
_dev_t
;
typedef
unsigned
int
_dev_t
;
...
...
include/msvcrt/sys/utime.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_SYS_UTIME_H
#ifndef __WINE_SYS_UTIME_H
#define __WINE_SYS_UTIME_H
#define __WINE_SYS_UTIME_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/time.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_TIME_H
#ifndef __WINE_TIME_H
#define __WINE_TIME_H
#define __WINE_TIME_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/msvcrt/wchar.h
View file @
80e21548
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
#ifndef __WINE_WCHAR_H
#ifndef __WINE_WCHAR_H
#define __WINE_WCHAR_H
#define __WINE_WCHAR_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <stdarg.h>
#include <stdarg.h>
#include <string.h>
#include <string.h>
...
...
include/msvcrt/wctype.h
View file @
80e21548
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef __WINE_WCTYPE_H
#ifndef __WINE_WCTYPE_H
#define __WINE_WCTYPE_H
#define __WINE_WCTYPE_H
#include <c
rtdefs
.h>
#include <c
orecrt
.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment