Ver código fonte

[Bugfix] Visual Studio needs stddef.h include to get size_t definition.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4305 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.0.90
Adam Tkac 13 anos atrás
pai
commit
abda06acb9
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      config.h.cmake.in

+ 1
- 0
config.h.cmake.in Ver arquivo

@@ -7,5 +7,6 @@

/* MS Visual Studio 2008 and newer doesn't know ssize_t */
#if defined(HAVE_GNUTLS) && defined(WIN32) && !defined(__MINGW32__)
#include <stddef.h>
typedef size_t ssize_t;
#endif

Carregando…
Cancelar
Salvar