Skip to content
Snippets Groups Projects
Commit 5a68a1b6 authored by deuce's avatar deuce
Browse files

Start on Watcom compatability... unsure of lock() is part of the watcom libs

on platforms that don't implement it (ie: Linux/FreeBSD) but since there's no
official release for those, it doesn't matter yet.

Using project files instead of make files until I figure out a nice way of
having then co-exist with the Borland makefiles.
parent b43b3799
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@
extern "C" {
#endif
#if !defined(__BORLANDC__)
#if !defined(__BORLANDC__) && !defined(__WATCOMC__)
DLLEXPORT int DLLCALL lock(int fd, long pos, long len);
DLLEXPORT int DLLCALL unlock(int fd, long pos, long len);
#endif
......
40
projectIdent
0
VpeMain
1
WRect
0
0
7680
9216
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
12
wraptest.tgt
6
WVList
1
7
VComponent
8
WRect
0
0
5632
4147
0
0
9
WFileName
12
wraptest.tgt
0
4
7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment