Merge
authorzgu
Fri, 21 Jan 2011 11:38:25 -0800
changeset 8000 3e29b0310220
parent 7998 c3d587385b6a (current diff)
parent 7999 059b8737ff55 (diff)
child 8004 11f3cdd5c639
Merge
--- a/jdk/src/windows/demo/jvmti/hprof/hprof_md.c	Fri Jan 21 09:45:23 2011 -0800
+++ b/jdk/src/windows/demo/jvmti/hprof/hprof_md.c	Fri Jan 21 11:38:25 2011 -0800
@@ -29,12 +29,14 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+// To ensure winsock2.h is used, it has to be included ahead of
+// windows.h, which includes winsock.h by default.
+#include <winsock2.h>
 #include <windows.h>
 #include <io.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <mmsystem.h>
-#include <winsock2.h>
 #include <fcntl.h>
 #include <process.h>
 
@@ -147,7 +149,7 @@
 void
 md_close(int filedes)
 {
-    (void)close(filedes);
+    (void)closesocket(filedes);
 }
 
 int