~ubuntu-branches/debian/sid/stellarium/sid

« back to all changes in this revision

Viewing changes to src/core/external/kdewin32/pwd.c

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-08-04 15:06:55 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130804150655-iji0vb5navh3lk13
Tags: 0.12.2-1
* Imported Upstream version 0.12.2
* Added dependency to phonon (to enable video/sound)
* Fixed VCS links
* Removed unused lintian tag (embedded-library glee)
* Dropped obsolete patch
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <windows.h>
21
21
 
 
22
#ifdef _MSC_BUILD 
 
23
#include <stdlib.h>
 
24
#include "kdewin32/pwd.h"
 
25
#include <stdio.h>
 
26
#include <errno.h>
 
27
#else
22
28
#include "kdewin32/stdlib.h"
23
29
#include "kdewin32/pwd.h"
24
30
#include "kdewin32/stdio.h"
25
31
#include "kdewin32/errno.h"
 
32
#endif
26
33
 
27
34
/* these functions always fail for win32 */
28
35