[win32] the EXTCONST in sdbm.h breaks SDBM on Borland, since
Gurusamy Sarathy [Sat, 4 Apr 1998 00:34:59 +0000 (00:34 +0000)]
the declared symbol is not in a DLL (so kludge it)

p4raw-id: //depot/win32/perl@874

ext/SDBM_File/sdbm/sdbm.h

index 0747b74..3a1f57c 100644 (file)
 #endif
 #define PAGFEXT        ".pag"
 
+#ifdef WIN32
+#undef __declspec
+#define        __declspec(t)                   /* kludge for EXTCONST below */
+#endif
+
 typedef struct {
        int dirf;                      /* directory file descriptor */
        int pagf;                      /* page file descriptor */