ReactOS 0.4.15-dev-7942-gd23573b
oscalls.h File Reference
#include <crtdefs.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
Include dependency graph for oscalls.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _FTIME
 
struct  _FDATE
 

Macros

#define NOMINMAX
 
#define _WIN32_FUSION   0x0100
 
#define NULL   ((void *)0)
 

Typedefs

typedef struct _FTIME FTIME
 
typedef FTIMEPFTIME
 
typedef struct _FDATE FDATE
 
typedef FDATEPFDATE
 

Macro Definition Documentation

◆ _WIN32_FUSION

#define _WIN32_FUSION   0x0100

Definition at line 22 of file oscalls.h.

◆ NOMINMAX

#define NOMINMAX

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 20 of file oscalls.h.

◆ NULL

#define NULL   ((void *)0)

Definition at line 33 of file oscalls.h.

Typedef Documentation

◆ FDATE

typedef struct _FDATE FDATE

◆ FTIME

typedef struct _FTIME FTIME

◆ PFDATE

typedef FDATE* PFDATE

Definition at line 62 of file oscalls.h.

◆ PFTIME

typedef FTIME* PFTIME

Definition at line 49 of file oscalls.h.