diff options
| author | grischka <grischka> | 2017-02-08 19:53:02 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2017-02-08 19:53:02 +0100 |
| commit | e596b871a9f7c6ed93e1325f72c8fc7b00430328 (patch) | |
| tree | a6c00677d908790fde93cb32d2967876be47fb25 /win32/include/winapi/intrin.h | |
| parent | 90316c7c26571ce1c55917aa98503ebba65d6d3a (diff) | |
| download | tinycc-e596b871a9f7c6ed93e1325f72c8fc7b00430328.tar.gz tinycc-e596b871a9f7c6ed93e1325f72c8fc7b00430328.tar.bz2 | |
win32: include/winapi: remove more files
Also: use _assert, older msvcrt does not have _wassert
Diffstat (limited to 'win32/include/winapi/intrin.h')
| -rw-r--r-- | win32/include/winapi/intrin.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/win32/include/winapi/intrin.h b/win32/include/winapi/intrin.h deleted file mode 100644 index 960a0f8..0000000 --- a/win32/include/winapi/intrin.h +++ /dev/null @@ -1,11 +0,0 @@ -/** - * 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 within this package. - */ -#ifndef __INTRIN_H_ -#define __INTRIN_H_ - -//!__TINYC__: intrinsic stuff removed - -#endif /* end __INTRIN_H_ */ |
