|
Last change
on this file since 1044 was
1044,
checked in by moo, 10 months ago
|
|
refactor: fix c89 compatibility
|
-
Property svn:eol-style set to
native
|
|
File size:
291 bytes
|
| Line | |
|---|
| 1 | #ifndef XC_COVERAGER_H_D5BB29AAB992B932E91C70A8C2F5D2B1 |
|---|
| 2 | #define XC_COVERAGER_H_D5BB29AAB992B932E91C70A8C2F5D2B1 |
|---|
| 3 | |
|---|
| 4 | #if _MSC_VER > 1000 |
|---|
| 5 | #pragma once |
|---|
| 6 | #endif /* _MSC_VER > 1000 */ |
|---|
| 7 | |
|---|
| 8 | #include "php.h" |
|---|
| 9 | |
|---|
| 10 | int xc_coverager_startup_module(); |
|---|
| 11 | |
|---|
| 12 | #endif /* XC_COVERAGER_H_D5BB29AAB992B932E91C70A8C2F5D2B1 */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.