istereo2

diff libs/goatkit/theme.cc @ 9:64e15874f3bd

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 26 Sep 2015 02:56:07 +0300
parents a3c4fcc9f8f3
children 03cc3b1884d1
line diff
     1.1 --- a/libs/goatkit/theme.cc	Thu Sep 24 07:09:37 2015 +0300
     1.2 +++ b/libs/goatkit/theme.cc	Sat Sep 26 02:56:07 2015 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5  GoatKit - a themable/animated widget toolkit for games
     1.6 -Copyright (C) 2014  John Tsiombikas <nuclear@member.fsf.org>
     1.7 +Copyright (C) 2014-2015 John Tsiombikas <nuclear@member.fsf.org>
     1.8  
     1.9  This program is free software: you can redistribute it and/or modify
    1.10  it under the terms of the GNU Lesser General Public License as published by
    1.11 @@ -21,12 +21,15 @@
    1.12  #include <string>
    1.13  #include <map>
    1.14  #include <algorithm>
    1.15 +#include <string.h>
    1.16  #include "theme.h"
    1.17  #include "widget.h"
    1.18  
    1.19  #ifdef WIN32
    1.20  #include <windows.h>
    1.21  
    1.22 +#define RTLD_DEFAULT	((void*)0)
    1.23 +
    1.24  static void *dlopen(const char *name, int flags);
    1.25  static void dlclose(void *so);
    1.26  static void *dlsym(void *so, const char *symbol);