Changeset 58614 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Nov 9, 2015 11:33:41 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103992
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r58584 r58614 1111 1111 */ 1112 1112 bool 1113 #if defined(LINUX) && !defined(VBOXOGL_FAKEDRI)1114 __attribute__ ((constructor))1115 #endif1116 1113 stubInit(void) 1117 1114 { … … 1129 1126 /* Sigh -- we can't do initialization at load time, since Windows forbids 1130 1127 * the loading of other libraries from DLLMain. */ 1131 1132 #ifdef LINUX1133 /** @todo remove this, but only once we are sure it is not needed. */1134 /* GCC crap1135 *void (*stub_init_ptr)(void) __attribute__((section(".ctors"))) = __stubInit; */1136 #endif1137 1128 1138 1129 #ifdef WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.