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
No related branches found
No related tags found
No related merge requests found
...@@ -62,14 +62,6 @@ ...@@ -62,14 +62,6 @@
#define __FLAT__ /* 32-bit "flat" memory model */ #define __FLAT__ /* 32-bit "flat" memory model */
#endif #endif
#ifdef _MSC_VER /* Visual C++ */
#define O_DENYNONE _SH_DENYNO
#define O_DENYALL _SH_DENYRW
#define S_IWRITE _S_IWRITE
#endif
/************/ /************/
/* Maximums */ /* Maximums */
/************/ /************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment