Changeset 26212 in vbox for trunk/src/VBox
- Timestamp:
- Feb 3, 2010 4:59:08 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/time-win.cpp
r26209 r26212 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT - Time, win32.3 * IPRT - Time, Windows. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Sun Microsystems, Inc.7 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 37 37 38 38 #include <iprt/time.h> 39 #include "internal/iprt.h" 40 39 41 #include <iprt/asm.h> 40 42 #include <iprt/assert.h> 43 #include <iprt/err.h> 41 44 #include "internal/time.h" 42 45
Note:
See TracChangeset
for help on using the changeset viewer.