Changeset 62812 in vbox for trunk/src/VBox/GuestHost/OpenGL/spu_loader
- Timestamp:
- Aug 1, 2016 12:20:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/spu_loader/glloader.py
r46660 r62812 24 24 #include <stdio.h> 25 25 #if defined(WINDOWS) 26 # ifdef VBOX 27 # include <iprt/win/windows.h> 28 # else 26 29 #include <windows.h> 30 # endif 27 31 #include <process.h> 28 32 #include <direct.h>
Note:
See TracChangeset
for help on using the changeset viewer.