Skip to content
Snippets Groups Projects
Commit e5487096 authored by rswindell's avatar rswindell
Browse files

Moved MSVC-specific macros into sbbs.h.

parent 5c031eb9
Branches
Tags
No related merge requests found
......@@ -62,14 +62,6 @@
#define __FLAT__ /* 32-bit "flat" memory model */
#endif
#ifdef _MSC_VER /* Visual C++ */
#define O_DENYNONE _SH_DENYNO
#define O_DENYALL _SH_DENYRW
#define S_IWRITE _S_IWRITE
#endif
/************/
/* Maximums */
/************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment