- Timestamp:
- Aug 4, 2016 7:00:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/shaderlib/utils.c
r62935 r62949 19 19 #include <iprt/mem.h> 20 20 #include <iprt/assert.h> 21 #include <iprt/win/windows.h> 21 #ifdef RT_OS_WINDOWS 22 # include <iprt/win/windows.h> 23 #else 24 # include <windows.h> 25 #endif 22 26 #include "wined3d_private.h" 23 27
Note:
See TracChangeset
for help on using the changeset viewer.