~ubuntu-branches/ubuntu/trusty/mysql-workbench/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _STDAFX_H_
#define _STDAFX_H_

#ifdef _WIN32
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN 
#include <windows.h>

#include <cctype>
#include <algorithm>
#include <sstream>
#include <fstream>
#include <glib/gunicode.h>
#include <map>
#include "direct.h"

#endif // _WIN32

#endif // _STDAFX_H_