Update of /cvsroot/instantobjects/Source/Brokers/NexusDb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21047
Modified Files:
InstantNexusDBDefines.inc
Log Message:
Minor change to turn off platform warnings (NexusDB is MS Windows only).
Index: InstantNexusDBDefines.inc
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/NexusDb/InstantNexusDBDefines.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** InstantNexusDBDefines.inc 11 Aug 2005 00:34:51 -0000 1.1
--- InstantNexusDBDefines.inc 26 Aug 2005 06:57:14 -0000 1.2
***************
*** 1,4 ****
--- 1,9 ----
{ InstantNexusDBDefines.inc }
+ {$IFDEF D6+}
+ {$WARN SYMBOL_PLATFORM OFF}
+ {$WARN UNIT_PLATFORM OFF}
+ {$ENDIF}
+
// Enable this compiler condition to
// build the broker for use with NexusDB V1
|