File: stdafx.h

package info (click to toggle)
libvirt-php 0.5.4-3%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,504 kB
  • sloc: cpp: 11,159; ansic: 8,629; sh: 4,345; makefile: 184; xml: 93
file content (8 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#ifdef WINDOWS
#pragma once
/* PHP Extension headers */
/* include zend win32 config first */
#include "zend_config.w32.h"
/* include standard header */
#include "php.h"
#endif