Commit 04b09dd6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

opengl32: Mark internal symbols with hidden visibility.

parent deb988e5
......@@ -28,9 +28,9 @@ typedef struct {
void *func; /* pointer to the Wine function for this extension */
} OpenGL_extension;
extern const OpenGL_extension extension_registry[];
extern const int extension_registry_size;
extern const OpenGL_extension extension_registry[] DECLSPEC_HIDDEN;
extern const int extension_registry_size DECLSPEC_HIDDEN;
extern BOOL WINAPI wglSetPixelFormatWINE( HDC hdc, int format );
extern BOOL WINAPI wglSetPixelFormatWINE( HDC hdc, int format ) DECLSPEC_HIDDEN;
#endif /* __DLLS_OPENGL32_OPENGL_EXT_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment