Browse Source

avoid clash when stdint.h was included after win32/php_stdint.h

pull/782/head
Anatol Belski 12 years ago
parent
commit
713e9a7eaa
  1. 4
      win32/php_stdint.h

4
win32/php_stdint.h

@ -36,6 +36,10 @@
#ifndef _MSC_STDINT_H_ // [
#define _MSC_STDINT_H_
#ifndef _STDINT
# define _STDINT
#endif
#if _MSC_VER > 1000
#pragma once
#endif

Loading…
Cancel
Save