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

« back to all changes in this revision

Viewing changes to .pc/glib-single-include.patch/modules/wb.mysql.import/src/stdafx.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-03-27 21:57:45 UTC
  • Revision ID: package-import@ubuntu.com-20120327215745-r9rr4g1kyhce26fo
Tags: 5.2.38+dfsg-2
* patch to fix FTBFS with glib 2.32
  (Closes: #665584 I:"individual glib headers no longer supported")
* d-rules: get correct number of CPUs for parallel build on Linux
  (Closes: #665862 W:"Build process not is paralleled on some Linux
   architectures")

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _STDAFX_H_
 
2
#define _STDAFX_H_
 
3
 
 
4
#ifdef _WIN32
 
5
#define NOMINMAX
 
6
#define WIN32_LEAN_AND_MEAN 
 
7
#include <windows.h>
 
8
 
 
9
#include <cctype>
 
10
#include <algorithm>
 
11
#include <sstream>
 
12
#include <fstream>
 
13
#include <glib/gunicode.h>
 
14
#include <map>
 
15
#include "direct.h"
 
16
 
 
17
#endif // _WIN32
 
18
 
 
19
#endif // _STDAFX_H_