1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/prod_include/windows.h
2023-02-13 13:26:48 -03:00

15 lines
271 B
C

#pragma once
//does it really goes here?
#include <unistd.h>
#include <sys/syscall.h>
#define __syscall syscall(SYS_gettid)
//windows types:
#define WCHAR wchar_t
#define ULONG unsigned long
#define LONG long;
#include <stdarg.h>
#include <windef.h>
#include <winnt.h>