From: <laz...@us...> - 2004-03-09 17:26:41
|
Update of /cvsroot/rtk/rtk/ide/devcxx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9771/ide/devcxx Modified Files: dll.h Log Message: - Minor changes. - Fixed linux build (hopefully) Index: dll.h =================================================================== RCS file: /cvsroot/rtk/rtk/ide/devcxx/dll.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dll.h 4 Feb 2004 21:23:59 -0000 1.1 --- dll.h 9 Mar 2004 17:01:27 -0000 1.2 *************** *** 2,6 **** #define _DLL_H_ ! #if BUILDING_DLL # define DLLIMPORT __declspec (dllexport) #else /* Not BUILDING_DLL */ --- 2,6 ---- #define _DLL_H_ ! #ifdef BUILDING_DLL # define DLLIMPORT __declspec (dllexport) #else /* Not BUILDING_DLL */ |