Changeset 3499 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jul 9, 2007 8:57:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp
r3479 r3499 62 62 #undef ICD_ENTRY 63 63 } }; 64 65 64 66 65 … … 222 221 223 222 #ifdef VBOX_WITH_WGL_EXPORTS 223 extern PROC APIENTRY DrvGetProcAddress(LPCSTR lpszProc); 224 224 225 /* Test export for directly linking with vboxogl.dll */ 225 226 int WINAPI wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane,
Note:
See TracChangeset
for help on using the changeset viewer.