- Timestamp:
- Nov 11, 2010 1:13:33 PM (14 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/spu_loader/spuload.c
r33985 r33990 22 22 #define DLL_SUFFIX ".dll" 23 23 #define DLL_PREFIX "VBoxOGL" 24 #define snprintf sprintf_s24 #define snprintf _snprintf 25 25 #elif defined(DARWIN) 26 26 #define DLL_SUFFIX ".dylib" -
trunk/src/VBox/GuestHost/OpenGL/util/process.c
r33987 r33990 17 17 #else 18 18 #pragma warning ( disable : 4127 ) 19 #define snprintf sprintf_s19 #define snprintf _snprintf 20 20 #endif 21 21
Note:
See TracChangeset
for help on using the changeset viewer.