Skip to content

Commit

Permalink
Without knowing Cygwin, this seems to make more sense to me?!
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7030 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Jan 24, 2010
1 parent 1eb95cd commit 8af182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl_Preferences.cxx
Expand Up @@ -1840,7 +1840,7 @@ int Fl_Plugin_Manager::load(const char *filename)
{
// the functions below will autmaticaly load plugins that are defined:
// Fl_My_Plugin plugin();
#ifdef WIN32
#if defined(WIN32) && !defined(__CYGWIN__)
HMODULE dl = LoadLibrary(filename);
#else
void * dl = dlopen(filename, RTLD_LAZY);
Expand Down

0 comments on commit 8af182f

Please sign in to comment.