1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-07 06:01:31 +03:00

Merge BUG: Windows target won't compile.

- winsock2.h must be included before windows.h
This commit is contained in:
Kristofer.Pettersson@naruto.
2007-03-02 09:04:23 +01:00
parent 6cf49ef065
commit cba58e5910

View File

@ -13,9 +13,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
#include <windows.h>
#include "my_global.h"
#include <windows.h>
#include "WindowsService.h"
static WindowsService *gService;