Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
d989e3ec
Commit
d989e3ec
authored
Feb 21, 2008
by
Timothy M. Shead
Browse files
COMP: Trying to placate the header-test gods ...
parent
fabb9013
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/vtkMySQLDatabasePrivate.h
View file @
d989e3ec
#ifndef __vtkMySQLDatabasePrivate_h
#define __vtkMySQLDatabasePrivate_h
#include "vtkObject.h"
#ifdef _WIN32
# include <winsock.h> // mysql.h relies on the typedefs from here
#endif
#include <mysql.h> // needed for MYSQL typedefs
class
vtkMySQLDatabasePrivate
class
VTK_IO_EXPORT
vtkMySQLDatabasePrivate
:
public
vtkObject
{
public:
vtkMySQLDatabasePrivate
()
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment