gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libbase tu_config.h


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/libbase tu_config.h
Date: Fri, 15 Sep 2006 09:50:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/09/15 09:50:49

Modified files:
        libbase        : tu_config.h 

Log message:
        __declspec(dllimport) temporarily commented because of VC++ compiler 
problems

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_config.h?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: tu_config.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_config.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- tu_config.h 15 Sep 2006 06:26:56 -0000      1.10
+++ tu_config.h 15 Sep 2006 09:50:49 -0000      1.11
@@ -67,7 +67,8 @@
        #ifdef BUILDING_DLL
                #define DSOEXPORT __declspec(dllexport)
        #else
-               #define DSOEXPORT __declspec(dllimport)
+               //Vitaly: Temporarily commented because of VC++ compiler 
problems 
+               #define DSOEXPORT // __declspec(dllimport)
        #endif
 
        #define DSOLOCAL




reply via email to

[Prev in Thread] Current Thread [Next in Thread]