Changeset 58575 in vbox
- Timestamp:
- Nov 5, 2015 7:21:26 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103927
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r57426 r58575 1107 1107 */ 1108 1108 bool 1109 #if defined(LINUX) || !defined(VBOXOGL_FAKEDRI) 1110 __attribute__ ((constructor)) 1111 #endif 1109 1112 stubInit(void) 1110 1113 { … … 1124 1127 1125 1128 #ifdef LINUX 1129 /** @todo remove this, but only once we are sure it is not needed. */ 1126 1130 /* GCC crap 1127 1131 *void (*stub_init_ptr)(void) __attribute__((section(".ctors"))) = __stubInit; */
Note:
See TracChangeset
for help on using the changeset viewer.