dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnet/support dynlib.c,1.4,1.5


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support dynlib.c,1.4,1.5
Date: Wed, 26 Mar 2003 22:40:00 -0500

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv19666/support

Modified Files:
        dynlib.c 
Log Message:


Include <windows.h> to get the declarations necessary for Win32 dynamic 
libraries.


Index: dynlib.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/dynlib.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** dynlib.c    6 Mar 2003 04:53:42 -0000       1.4
--- dynlib.c    27 Mar 2003 03:39:57 -0000      1.5
***************
*** 24,27 ****
--- 24,30 ----
        #include <dlfcn.h>
  #endif
+ #ifdef IL_WIN32_NATIVE
+       #include <windows.h>
+ #endif
  
  #ifdef        __cplusplus





reply via email to

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