Changeset 33981 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Nov 11, 2010 12:19:23 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67643
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp
r33973 r33981 38 38 #include <iprt/log.h> 39 39 40 #include "internal/socket.h"40 #include <Windows.h> 41 41 42 #include <Windows.h>42 #include "internal/socket.h" /* (Needs Windows.h.) */ 43 43 44 44 … … 98 98 * Create the IPRT handle. 99 99 */ 100 int rc; 100 101 switch (h.enmType) 101 102 {
Note:
See TracChangeset
for help on using the changeset viewer.