Changeset 76565 in vbox for trunk/src/VBox/Devices/Graphics/shaderlib/wine
- Timestamp:
- Jan 1, 2019 4:23:20 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127867
- Location:
- trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxDbgGl.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VBoxDbgGl_h__19 #define ___VBoxDbgGl_h__18 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h 19 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 43 43 extern DWORD g_VBoxDbgGlFBreakDrawPrimIfCanNotMatch; 44 44 45 #endif /* #ifndef ___VBoxDbgGl_h__*/45 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxDbgGl_h */ -
trunk/src/VBox/Devices/Graphics/shaderlib/wine/vbox/VBoxWineEx.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VBoxWineEx_h__19 #define ___VBoxWineEx_h__18 #ifndef VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h 19 #define VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 151 151 #endif /* #ifndef IN_VBOXLIBWINE */ 152 152 153 #endif 153 #endif /* !VBOX_INCLUDED_SRC_Graphics_shaderlib_wine_vbox_VBoxWineEx_h */
Note:
See TracChangeset
for help on using the changeset viewer.