Changeset 62812 in vbox for trunk/src/VBox/GuestHost/OpenGL/util
- Timestamp:
- Aug 1, 2016 12:20:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109399
- Location:
- trunk/src/VBox/GuestHost/OpenGL/util
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/dll.c
r53726 r62812 20 20 21 21 #ifdef WINDOWS 22 # ifdef VBOX 23 # include <iprt/win/shlwapi.h> 24 # else 22 25 #include <Shlwapi.h> 26 # endif 23 27 #endif 24 28 -
trunk/src/VBox/GuestHost/OpenGL/util/error.c
r62492 r62812 28 28 29 29 #ifdef RT_OS_WINDOWS 30 # include < windows.h>30 # include <iprt/win/windows.h> 31 31 # include "cr_environment.h" 32 32 # include "cr_error.h" -
trunk/src/VBox/GuestHost/OpenGL/util/rand.c
r53726 r62812 9 9 #ifdef WINDOWS 10 10 #define WIN32_LEAN_AND_MEAN 11 # ifdef VBOX 12 # include <iprt/win/windows.h> 13 # else 11 14 #include <windows.h> 15 # endif 12 16 #else 13 17 #include <sys/time.h> -
trunk/src/VBox/GuestHost/OpenGL/util/timer.c
r53726 r62812 13 13 #else 14 14 #define WIN32_LEAN_AND_MEAN 15 # ifdef VBOX 16 # include <iprt/win/windows.h> 17 # else 15 18 #include <windows.h> 19 # endif 16 20 #endif 17 21 -
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r62680 r62812 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifdef RT_OS_WINDOWS 18 19 # include <iprt/win/windows.h>
Note:
See TracChangeset
for help on using the changeset viewer.