Skip to content

Commit

Permalink
Update Borland C++ builder support.
Browse files Browse the repository at this point in the history
Submitted by: Janez Jere <[email protected]>
  • Loading branch information
45264 committed Oct 25, 1999
1 parent 7987577 commit b6b1f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions e_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ extern "C" {
#define _O_TEXT O_TEXT
#define _O_BINARY O_BINARY
#define _int64 __int64
#define _kbhit kbhit
#endif

#if defined(WIN16) && !defined(MONOLITH) && defined(SSLEAY) && defined(_WINEXITNOPERSIST)
Expand Down
2 changes: 1 addition & 1 deletion util/pl/BC-32.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$tmp_def="tmp32";
$inc_def="inc32";
#enable max error messages, disable most common warnings
$cflags="-DWIN32_LEAN_AND_MEAN -j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";
Expand Down

0 comments on commit b6b1f0d

Please sign in to comment.