X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gmodule%2Fgmoduleconf.h.win32;h=88633b5e2b4bb55d1e1b03ba784456aa00ce72e3;hb=306dfb32923ddde09fb72044aa8aa1349c969569;hp=18bee9b353cfeae1b8518b80c048d849341803d7;hpb=a4e38786750d538b334b8a7a7cc9f5a3ff48bc33;p=platform%2Fupstream%2Fglib.git diff --git a/gmodule/gmoduleconf.h.win32 b/gmodule/gmoduleconf.h.win32 index 18bee9b..88633b5 100644 --- a/gmodule/gmoduleconf.h.win32 +++ b/gmodule/gmoduleconf.h.win32 @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . */ #ifndef __G_MODULE_CONF_H__ #define __G_MODULE_CONF_H__ @@ -27,10 +25,7 @@ extern "C" { #define G_MODULE_IMPL_NONE 0 #define G_MODULE_IMPL_DL 1 -#define G_MODULE_IMPL_DLD 2 #define G_MODULE_IMPL_WIN32 3 -#define G_MODULE_IMPL_OS2 4 -#define G_MODULE_IMPL_BEOS 5 #define G_MODULE_IMPL_DYLD 6 #define G_MODULE_IMPL G_MODULE_IMPL_WIN32